소스 검색

constants target

SBird1337 7 년 전
부모
커밋
f2df32e586
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      makefile

+ 4
- 0
makefile 파일 보기

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