mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-15 01:04:04 +00:00
5 lines
109 B
Makefile
5 lines
109 B
Makefile
|
all:
|
||
|
@rm -f tomb.pot
|
||
|
@./generate_translatable_strings.sh > tomb.pot
|
||
|
@echo "Strings generated in tomb.pot"
|