mirror of
https://github.com/BlackLight/fsom.git
synced 2024-11-23 20:25:11 +01:00
4 lines
No EOL
106 B
Makefile
4 lines
No EOL
106 B
Makefile
all:
|
|
gcc -w -O3 -pipe -fomit-frame-pointer -ffast-math *.c -o fsom_example
|
|
clean:
|
|
rm -f *.o fsom_example
|