diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ -bin/game: bin tilemap.import.scm +bin/game: bin bin/tilemap.o csc -o bin/game bin/tilemap.o -uses tilemap src/game.scm bin: mkdir bin -tilemap.import.scm: bin src/tilemap.scm +tilemap.o: bin src/tilemap.scm csc -c -J src/tilemap.scm -unit tilemap -o bin/tilemap.o .PHONY: |
