summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a720671..6797f80 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,11 @@
DESTDIR="" # leave empty for the current system or provide a fakeroot here
-.PHONY: install
+.PHONY: clean install
+
+
+clean:
+ rm -rf build
install: