Move phony setup
This commit is contained in:
parent
8f5b14ad6d
commit
7657963b58
6
Makefile
6
Makefile
|
@ -1,5 +1,3 @@
|
||||||
.PHONY := all force clean config bin
|
|
||||||
|
|
||||||
LOCAL_BIN := $(HOME)/.local/bin
|
LOCAL_BIN := $(HOME)/.local/bin
|
||||||
CONFIG_DIR := $(if $(XDG_CONFIG_HOME), $(XDG_CONFIG_HOME), $(HOME)/.config)
|
CONFIG_DIR := $(if $(XDG_CONFIG_HOME), $(XDG_CONFIG_HOME), $(HOME)/.config)
|
||||||
SYSTEMD_DIR := $(CONFIG_DIR)/systemd/user
|
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_REPO := https://github.com/romkatv/powerlevel10k.git
|
||||||
POWERLEVEL_DIR := $(ZSH_CUSTOM_DIR)/themes/powerlevel10k
|
POWERLEVEL_DIR := $(ZSH_CUSTOM_DIR)/themes/powerlevel10k
|
||||||
|
|
||||||
all: config
|
.PHONY := all force clean config bin zsh
|
||||||
|
|
||||||
|
all: config bin zsh
|
||||||
|
|
||||||
force: clean all
|
force: clean all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue