mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Adding a no-frills makefile
This commit is contained in:
parent
dee1a749b1
commit
ddae43873e
1 changed files with 8 additions and 0 deletions
8
examples/game-of-life/Makefile
Normal file
8
examples/game-of-life/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
all:
|
||||
cyclone example/grid.sld
|
||||
cyclone example/life.sld
|
||||
cyclone life.scm
|
||||
|
||||
clean:
|
||||
rm -f *.o *.c example/*.o example/*.c example/*.meta life
|
Loading…
Add table
Reference in a new issue