summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2003-03-06 12:19:45 +0000
committerschinz <schinz@epfl.ch>2003-03-06 12:19:45 +0000
commit37666f93772287c867bf58362db77fa0cb99b7d1 (patch)
treeceafec374f951a50c533ca7c6dd71f94e43179bd /Makefile
parentc371d05bd67ae10814b64d6ed6768b7919995ea6 (diff)
downloadscala-37666f93772287c867bf58362db77fa0cb99b7d1.tar.gz
scala-37666f93772287c867bf58362db77fa0cb99b7d1.tar.bz2
scala-37666f93772287c867bf58362db77fa0cb99b7d1.zip
- do not remove the "classes" directory when cl...
- do not remove the "classes" directory when cleaning, only its contents
Diffstat (limited to 'Makefile')
-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