better cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-31 16:56:31 +03:00
parent 64ef46fe41
commit e4ab44a856

View File

@ -139,6 +139,11 @@ clean:
*/traefik \
*/config.last-run
.PHONY: clean-interfaces
clean-interfaces: /etc/network/interfaces.orig
# NOTE: this may need 'ifreload -a' to take effect...
cp "$<" "$(subst .orig,,$<)"
.PHONY: clean-all
clean-all: clean
-rm -rf \