Blame simple/imgfilters/build-icy-heli.sh

608c44
#!/bin/bash
608c44
608c44
set -e
608c44
608c44
cc -Wall -DNDEBUG -O3 icy-heli.c -lm `pkg-config --cflags --libs helianthus` -o icy-heli
608c44