forked from extern/shorewall_code
Add .*~ to files removed by "clean"
This commit is contained in:
parent
e24dbb9aea
commit
6b5493b81c
@ -15,7 +15,7 @@ $(VARDIR)/${RESTOREFILE}: $(CONFDIR)/*
|
||||
fi
|
||||
|
||||
clean:
|
||||
@rm -f $(CONFDIR)/*~
|
||||
@rm -f $(CONFDIR)/*~ $(CONFDIR)/.*~
|
||||
.PHONY: clean
|
||||
|
||||
# EOF
|
||||
|
@ -15,7 +15,7 @@ $(VARDIR)/${RESTOREFILE}: $(CONFDIR)/*
|
||||
fi
|
||||
|
||||
clean:
|
||||
@rm -f $(CONFDIR)/*~
|
||||
@rm -f $(CONFDIR)/*~ $(CONFDIR)/.*~
|
||||
.PHONY: clean
|
||||
|
||||
# EOF
|
||||
|
Loading…
Reference in New Issue
Block a user