summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 392e246b60..8c9421b6c4 100644
--- a/Makefile
+++ b/Makefile
@@ -150,13 +150,14 @@ clean :
$(RM) .latest-interpreter
$(RM) .latest-compiler
$(RM) .latest-runtime
- $(RM) -r $(PROJECT_OUTPUTDIR)
+ $(RM) -r $(PROJECT_OUTPUTDIR)/*
distclean : clean
$(RM) .latest-*
$(RM) $(TUPLE_FILES)
$(RM) $(FUNCTION_FILES)
$(RM) $(SCRIPTS_WRAPPER_LINKS)
+ $(RM) -r $(PROJECT_OUTPUTDIR)
scripts : $(SCRIPTS_WRAPPER_LINKS)
runtime : .latest-runtime