From 7657963b582f4ced7376995f0a26d8d408ac3cc7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 27 Jan 2023 14:00:09 +0000 Subject: [PATCH] Move phony setup --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bc05e59c..884c144f 100644 --- a/Makefile +++ b/Makefile @@ -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