Start adding clean directive

This commit is contained in:
Evie Litherland-Smith 2023-01-30 22:30:02 +00:00
parent 161fe2fe31
commit e5925ed8e2

View file

@ -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)