瀏覽代碼

update makefile

SBird1337 6 年之前
父節點
當前提交
d540c9daa9
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      makefile

+ 4
- 4
makefile 查看文件

140
 	$(shell mkdir -p $(dir $@))
140
 	$(shell mkdir -p $(dir $@))
141
 	$(GRIT) $< -o $@ -ftc -ff $(<D)/$(notdir $(<D)).grit
141
 	$(GRIT) $< -o $@ -ftc -ff $(<D)/$(notdir $(<D)).grit
142
 
142
 
143
-src/include/pymap_constants.h: sots-private/map/sots.json.constants sots-private/map/sots.json.config
144
-	pymapconstex.py sots-private/map/sots.json
145
-	$(shell  ./generate_pymap_header.sh)
146
-
147
 all: src/include/pymap_constants.h $(GEN_H) rom 
143
 all: src/include/pymap_constants.h $(GEN_H) rom 
148
 
144
 
149
 .PHONY: rom
145
 .PHONY: rom
241
 
237
 
242
 run: rom
238
 run: rom
243
 	$(VBA) "build/pkmn_sots.gba"
239
 	$(VBA) "build/pkmn_sots.gba"
240
+
241
+src/include/pymap_constants.h: sots-private/map/sots.json.constants sots-private/map/sots.json.config
242
+	pymapconstex.py sots-private/map/sots.json
243
+	$(shell  ./generate_pymap_header.sh)