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