summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2409aa4..16428ff 100644
--- a/Makefile
+++ b/Makefile
@@ -33,5 +33,10 @@ dwl: xdg-shell-protocol.o
clean:
rm -f dwl *.o xdg-shell-protocol.h xdg-shell-protocol.c
+install: dwl
+ mkdir -p $(PREFIX)/bin
+ cp -f dwl $(PREFIX)/bin
+ chmod 755 $(PREFIX)/bin/dwl
+
.DEFAULT_GOAL=dwl
.PHONY: clean