From 68f63d81be256fb6a4e6d9b1f454cfaa5afe330b Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 15 Nov 2025 18:38:58 +0000 Subject: Initialise renderer with fallback. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3