Browse Source

update makefile

SBird1337 6 years ago
parent
commit
d540c9daa9
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      makefile

+ 4
- 4
makefile View File

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)