fsom/Makefile

4 lines
63 B
Makefile

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