summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2012-11-12 00:02:08 +0100
committerThorsten Wißmann <re06huxa@stud.informatik.uni-erlangen.de>2012-11-15 04:41:40 +0100
commit4f98f1dc69646f577772f129dd19428460f6bc1e (patch)
tree3b2d3ffacfc615c9be0c28d5fa305686c2671e0d /config.mk
parent9d89ac1fc5e1c1d6bbf7ac6ff9b457a8dc67872c (diff)
Add an 'uninstall' target to the Makefile
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 8391a6c8..1f7410a7 100644
--- a/config.mk
+++ b/config.mk
@@ -48,6 +48,8 @@ ASCIIDOC = asciidoc
TMPTARDIR = herbstluftwm-$(VERSION)
MKDIR = mkdir -p
INSTALL = install
+RM = rm -f
+RMDIR = rmdir
# Controls verbose build
# Remove the @ to see the actual compiler invocations