瀏覽代碼

update makefile

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

+ 4
- 4
makefile 查看文件

@@ -140,10 +140,6 @@ generated_image/%.c generated_image/%.h: $(AUTO_ASSET_ROOT)/%.png
140 140
 	$(shell mkdir -p $(dir $@))
141 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 143
 all: src/include/pymap_constants.h $(GEN_H) rom 
148 144
 
149 145
 .PHONY: rom
@@ -241,3 +237,7 @@ $(CRY_AR):
241 237
 
242 238
 run: rom
243 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)