diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index a34169a7..cf8c22f0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -45,3 +45,7 @@ install: all clean: @rm -rf *~ *.mo $(GOALS) $(PGOAL)_tmp.pot + +test: + +realclean: clean |