remove .bak files on clean

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2079 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-11-29 21:52:02 +00:00
parent 27f0720066
commit 6ea4d83e5f

View file

@ -37,6 +37,6 @@ $(TEMPLATE): $(POSOURCES)
clean:
@for f in $(LANGUAGES); do rm -f $(LDIR)/$$f/$(LFILE); done
rm -f *.mo
rm -f *.mo *.bak
.PHONY: mofiles clean