aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 17ffdf6..7727df9 100644
--- a/Makefile
+++ b/Makefile
@@ -65,5 +65,6 @@ uninstall:
clean:
$(<<) " RM\t" "system-stats$(<<objects>>:obj/%=\\n\\t + %)"
@$(RM) -f $(<<objects>>) system-stats
+ @$(RM) -r obj
.PHONY: all clean install uninstall test