aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-04 14:09:15 +0900
committerAstatin <astatin@redacted>2024-08-04 14:09:15 +0900
commit0cb98aa2abb54e0a922ed9e3280e6b67aff5ba6a (patch)
tree6bd7029d130f85ecac7c2aef79b7beb383a2d2c0 /Makefile
parent6b0db29bfccbdce4ea4a438f2ccb921173f96afa (diff)
Add grid & hops to the bunny
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34b242a..a0222e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
all: run
-build/%.rom: %.gbasm
+.PHONY: build/main.rom clean
+
+build/main.rom: main.gbasm
mkdir -p build
gbasm $< $@