summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index b0c9f17..fa2964c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
.POSIX:
-CONFDIR=$(HOME)/.config
-MUSICDIR=$(HOME)/music
-PROJDIR=$(HOME)/proj
-BOOKDIR=$(HOME)/tproj
-TESTPROJDIR=$(HOME)/tproj
-BINDIR=$(HOME)/.local/bin
+CONFDIR = $(HOME)/.config
+MUSICDIR = $(HOME)/music
+PROJDIR = $(HOME)/proj
+BOOKDIR = $(HOME)/tproj
+TESTPROJDIR = $(HOME)/tproj
+BINDIR = $(HOME)/.local/bin
-BASHRC=$(HOME)/.bashrc
-ZSHRC=$(HOME)/.zshrc
-ZPROFILE=$(HOME)/.zprofile
-BASHPROFILE=$(HOME)/.bash_profile
-GITCONFIG=$(HOME)/.gitconfig
+BASHRC = $(HOME)/.bashrc
+ZSHRC = $(HOME)/.zshrc
+ZPROFILE = $(HOME)/.zprofile
+BASHPROFILE = $(HOME)/.bash_profile
+GITCONFIG = $(HOME)/.gitconfig
-COPY=cp -r
-LINK=ln -sf
+COPY = cp -r
+LINK = ln -sf
all: config scripts directory depcheck