From e6a87125d53f72b0a897dfd7fe07b06536e4f23c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 18 Jan 2025 22:20:35 +0400 Subject: Makefile: style change --- Makefile | 26 +++++++++++++------------- 1 file 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 -- cgit v1.2.3