Generate gmo with every build

This commit is contained in:
2018-10-01 00:12:25 +02:00
parent 548dbed52a
commit 670a699a3b
6 changed files with 7 additions and 0 deletions

View File

@ -6,5 +6,11 @@ SUBDIRS = po po4a src/pam_panic src/pam_panic_pw
.PHONY: all test clean
update-po:
make -C po update-po
all: update-po
test:
make -C test