aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-04-29 15:51:10 +0200
committerAstatin <[email protected]>2025-04-29 15:51:10 +0200
commitc7d3a2929e9ed719b342e92a54d292d57ee105d2 (patch)
tree6e845d6163b59fbc2978f4cbadefb4fb5357126a /Makefile
parent7faf16e4453f935ee1159d32ddc2a6501ea91bbb (diff)
Add Load_Dungeon function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2d843f5..0c6109c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: run
-.PHONY: build/main.rom clean
+.PHONY: build/main.rom.unsigned build/main.rom clean
tileset.gbasm: ./scripts/generate-tiledata.py $(wildcard ./sprites/**/* ./sprites/*)
python ./scripts/generate-tiledata.py > tileset.gbasm
@@ -27,4 +27,4 @@ gearboy: build/main.rom
gearboy build/main.rom build/main.sym
clean:
- rm -rf buil1
+ rm -rf build