summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian S <crian84@gmail.com>2020-05-31 17:59:42 +0200
committerGitHub <noreply@github.com>2020-05-31 17:59:42 +0200
commitb259b140a32fa42a1950f33f1f135bacaf6603f1 (patch)
tree0764b34d192bf5b7347577d7812b78e3de697256 /Makefile
parent9a7ecafdcccfb5ab874a1ef9389fed600cac8050 (diff)
downloaddwmblocks-b259b140a32fa42a1950f33f1f135bacaf6603f1.tar.gz
dwmblocks-b259b140a32fa42a1950f33f1f135bacaf6603f1.tar.bz2
dwmblocks-b259b140a32fa42a1950f33f1f135bacaf6603f1.zip
POSIX Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 659ae87..c2c3c6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-PREFIX ?= /usr/local
+.POSIX:
+
+PREFIX = /usr/local
output: dwmblocks.o
gcc dwmblocks.o -lX11 -o dwmblocks
@@ -12,3 +14,5 @@ install: output
chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
+
+.PHONY: clean install uninstall
Software created with 💖