summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-03-05 12:02:58 +0000
committerpaltherr <paltherr@epfl.ch>2003-03-05 12:02:58 +0000
commitc5ffb069fa3fa7bd1f95bfc62784297c49c17925 (patch)
treef9436a5404e1dcaee7e36a510748dbd6f1334330 /Makefile
parent65b854960746ee8779899bc863b63579c8928ba3 (diff)
downloadscala-c5ffb069fa3fa7bd1f95bfc62784297c49c17925.tar.gz
scala-c5ffb069fa3fa7bd1f95bfc62784297c49c17925.tar.bz2
scala-c5ffb069fa3fa7bd1f95bfc62784297c49c17925.zip
- Fixed rule "force"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00022a59ed..392e246b60 100644
--- a/Makefile
+++ b/Makefile
@@ -143,6 +143,7 @@ all : library
force :
$(RM) .latest-interpreter
$(RM) .latest-compiler
+ $(RM) .latest-runtime
@$(make) all
clean :