mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 15:46:18 -05:00
10 lines
226 B
Makefile
10 lines
226 B
Makefile
|
|
DUNGEONS_DIR = $(DATA_ASM_SUBDIR)/dungeon
|
|
|
|
DUNGEON_ITEM = $(DUNGEONS_DIR)/dungeon_item_data.inc
|
|
|
|
dungeon_item: $(DUNGEON_ITEM);
|
|
|
|
$(DUNGEON_ITEM): $(DUNGEONS_DIR)/dungeon_item_data.json
|
|
$(DUNGEONJSON) dungeon_item pmd-red $<
|