mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-28 14:35:07 +02:00
8 lines
130 B
Makefile
8 lines
130 B
Makefile
|
|
all:
|
|
cyclone libs/lib1.sld
|
|
cyclone libs/lib2.sld
|
|
cyclone hello.scm
|
|
|
|
clean:
|
|
rm -f *.o *.c libs/*.o libs/*.c libs/*.meta hello
|