diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 1857d601..e1d185e0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -22,7 +22,7 @@ install: all done clean: - rm -f *~ *.[oas] *.mo $(GOALS) TAGS $(MOFILES) $(PL_CFILES) + rm -f *~ *.[oas] *.mo TAGS $(PL_CFILES) %.mo: %.po msgfmt -o $@ $< |