From b546ddc768b4f0e63dac945bed0180137d91c2c2 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 18 Aug 2024 13:55:32 +0400 Subject: small update on Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3