Log In
bw
/
helianthuslab
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame simple/imgfilters/build-icy.sh
Branch:
0ff1e5c823f385c5d5e5999f7b4ff7dd890b0415
master
0ff1e5c823f385c5d5e5999f7b4ff7dd890b0415
simple
imgfilters
build-icy.sh
Blob
Raw
608c44
#!/bin/bash
608c44
608c44
set -e
608c44
608c44
cc -Wall -DNDEBUG -O3 icy.c -lm -o icy
608c44
608c44
608c44