diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -91,6 +91,8 @@ derived-assets = \ $(manpages.XX.N.adoc) \ $(manpages.N) \ $(sources.mo) \ + po/tests/de.mo \ + po/tests/es.mo \ locale/.gitignore \ side-assets = \ @@ -153,7 +155,7 @@ tests.bin-check = \ tests/main.bin-check \ $(functional/main.go:.go=.bin-check) \ -tests/functional/api-usage/bin-check: locale/dir.sentinel +tests/functional/api-usage/main.bin-check: locale/.gitignore $(tests.bin-check): $(EXEC)$*.bin |