mirror of
https://github.com/BlackLight/fsom.git
synced 2024-12-28 17:55:12 +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
|