Bläddra i källkod

update makefile

SBird1337 5 år sedan
förälder
incheckning
d540c9daa9
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4
    4
      makefile

+ 4
- 4
makefile Visa fil

@@ -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)