fsom/Makefile

4 lines
106 B
Makefile

all:
gcc -w -O3 -pipe -fomit-frame-pointer -ffast-math *.c -o fsom_example
clean:
rm -f *.o fsom_example