1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/Makefile
2022-11-30 14:05:37 +01:00

8 lines
209 B
Makefile

.PHONY: things
all: makemessages compilemessages
makemessages:
python manage.py makemessages -l de --extension=html,txt,jinja,py --ignore "node_modules/*"
compilemessages:
python manage.py compilemessages