fsom/Makefile
2010-10-30 20:09:03 +02:00

4 lines
No EOL
63 B
Makefile

all:
gcc -w *.c -o fsom_example
clean:
rm -f *.o fsom_example