summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-18 13:55:32 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-18 13:55:32 +0400
commitb546ddc768b4f0e63dac945bed0180137d91c2c2 (patch)
tree90c6130488416137813165bcd8b751bb609c30c7
parentd59f97cc66de35dd9c8616136548d93cc1dd7f05 (diff)
small update on Makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 818887c..fb7a512 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 5.3
# paths
-PREFIX = /usr/local
+PREFIX ?= /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include
@@ -72,5 +72,5 @@ uninstall:
.PHONY: all clean dist install uninstall
dmenu.o: src/drw.h src/util.h src/config.h
-drw.o: src/drw.h src/util.h
+drw.o: src/drw.h src/util.h
util.o: src/util.h