aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ef91e97..40e2a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -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: