Move phony setup

This commit is contained in:
Evie Litherland-Smith 2023-01-27 14:00:09 +00:00
parent 8f5b14ad6d
commit 7657963b58

View file

@ -1,5 +1,3 @@
.PHONY := all force clean config bin
LOCAL_BIN := $(HOME)/.local/bin
CONFIG_DIR := $(if $(XDG_CONFIG_HOME), $(XDG_CONFIG_HOME), $(HOME)/.config)
SYSTEMD_DIR := $(CONFIG_DIR)/systemd/user
@ -23,7 +21,9 @@ PACKER_DIR := $(HOME)/.local/share/nvim/site/pack/packer/start/packer.nvim
POWERLEVEL_REPO := https://github.com/romkatv/powerlevel10k.git
POWERLEVEL_DIR := $(ZSH_CUSTOM_DIR)/themes/powerlevel10k
all: config
.PHONY := all force clean config bin zsh
all: config bin zsh
force: clean all