Skip to content

Commit

Permalink
[build] Add auto translate script (UpsilonNumworks#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaya-Cout authored Feb 2, 2022
1 parent 814e2de commit 100917f
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,8 @@ clean_run: cleanandcompile
.PHONY: run
run: compile
${MAKE} start

.PHONY: translations
translations:
@echo "TRANSLATIONS"
$(Q) ${PYTHON} build/utilities/translate.py
Loading

0 comments on commit 100917f

Please sign in to comment.