summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d68f29..19111a8 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ $(TARGZ): $(DIST_FILES)
mkdir -p $(TMP)
cp $(DIST_FILES) $(TMP)
$(TAR) -czf $@ $(TMP)
+ rm -rf $(TMP)
install:
install -m 755 -d $(DESTDIR)/$(PREFIX)/sbin