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