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 4c76cac..b3ab457 100644 --- a/po/Makefile +++ b/po/Makefile @@ -35,4 +35,4 @@ install: all done clean: - @rm -rf *~ *.mo $(MOFILES) + rm -rf *~ \#*\# *.mo $(MOFILES) |