summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd92e2a..9d66a55 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,12 @@ mcwm-static: mcwm.c config.h
-lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom -lxcb-property \
-lxcb-event -lXau -lXdmcp
+install: $(TARGETS)
+ install -m 755 mcwm $(PREFIX)/bin
+
+deinstall:
+ $(RM) $(PREFIX)/bin/mcwm
+
$(DIST).tar.bz2:
mkdir $(DIST)
cp $(DISTFILES) $(DIST)/