mirror of
https://github.com/BlackLight/fsom.git
synced 2024-11-27 22:05:11 +01:00
4 lines
No EOL
63 B
Makefile
4 lines
No EOL
63 B
Makefile
all:
|
|
gcc -w *.c -o fsom_example
|
|
clean:
|
|
rm -f *.o fsom_example
|