mirror of
https://github.com/BlackLight/fsom.git
synced 2024-11-24 04:35:10 +01:00
4 lines
63 B
Makefile
4 lines
63 B
Makefile
|
all:
|
||
|
gcc -w *.c -o fsom_example
|
||
|
clean:
|
||
|
rm -f *.o fsom_example
|