mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
12 lines
223 B
Makefile
Executable File
12 lines
223 B
Makefile
Executable File
# Dungeon trap data
|
|
|
|
DUNGEONS_DIR = $(DATA_ASM_SUBDIR)/dungeon
|
|
|
|
DUNGEON_TRAP = $(DUNGEONS_DIR)/trap_data.inc
|
|
|
|
dungeon_trap: $(DUNGEON_TRAP);
|
|
|
|
$(DUNGEON_TRAP): $(DUNGEONS_DIR)/trap_data.json
|
|
$(DUNGEONJSON) trap pmd-red $<
|
|
|