Browse Source

constants target

SBird1337 7 years ago
parent
commit
f2df32e586
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      makefile

+ 4
- 0
makefile View File

205
 	@echo -e "\e[95mMaking Cries\e[0m"
205
 	@echo -e "\e[95mMaking Cries\e[0m"
206
 	$(MAKE) -C $(dir $@) all
206
 	$(MAKE) -C $(dir $@) all
207
 
207
 
208
+.PHONY: constants
209
+constants:
210
+	python ../tools/v_tools/constants.py src/include/
211
+
208
 run: rom
212
 run: rom
209
 	$(VBA) "build/pkmn_sots.gba"
213
 	$(VBA) "build/pkmn_sots.gba"