summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-01-18 22:20:35 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-01-18 22:20:35 +0400
commite6a87125d53f72b0a897dfd7fe07b06536e4f23c (patch)
treeec54343c5020b90c05774eb6c88d0e694923714d
parent05652f95f7281acc1417c48200f7b9f18fa184b1 (diff)
Makefile: style change
-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