From e5925ed8e272c64450459fc4fa1bc9d2a90623d4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 30 Jan 2023 22:30:02 +0000 Subject: [PATCH] Start adding clean directive --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f303464..93e765ff 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,12 @@ all: config bin force: clean all clean: - curl -sSL https://install.python-poetry.org | python3 - --uninstall + # pipx uninstall-all + for link in $(CONFIG_TARGETS); do rm "$$link"; done + for link in $(SYSTEMD_TARGETS); do rm "$$link"; done + for link in $(FONT_TARGETS); do rm "$$link"; done + for link in $(BIN_TARGETS); do rm "$$link"; done + for link in $(ZSH_TARGETS); do rm "$$link"; done zsh: $(ZSH_DIR) $(ZSH_CUSTOM_DIR) $(POWERLEVEL_DIR) $(ZSH_TARGETS)