瀏覽代碼

constants target

SBird1337 8 年之前
父節點
當前提交
f2df32e586
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      makefile

+ 4
- 0
makefile 查看文件

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"