mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
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