mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 12:40:33 +00:00
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:
parent
27f0720066
commit
6ea4d83e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue