aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 116aa6a..044838e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ bin/game: bin bin/tilemap.o
bin:
mkdir bin
-tilemap.o: bin src/tilemap.scm
+bin/tilemap.o: bin src/tilemap.scm
csc -c -J src/tilemap.scm -unit tilemap -o bin/tilemap.o
.PHONY: