diff --git a/Makefile b/Makefile index 9419805..9b8992c 100644 --- a/Makefile +++ b/Makefile @@ -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 \