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