summaryrefslogtreecommitdiff
path: root/com/clean
diff options
context:
space:
mode:
Diffstat (limited to 'com/clean')
-rwxr-xr-xcom/clean14
1 files changed, 14 insertions, 0 deletions
diff --git a/com/clean b/com/clean
new file mode 100755
index 0000000..91918e2
--- /dev/null
+++ b/com/clean
@@ -0,0 +1,14 @@
+#!/bin/csh
+#
+# clean -- delete binaries
+#
+
+$Y2/com/lucid/clean
+$Y2/com/cmu/clean
+$Y2/com/allegro/clean
+$Y2/com/lispworks/clean
+$Y2/com/akcl/clean
+
+# T stuff
+'rm' $Y2/*/t/*.{si,sd,sn,so}
+'rm' $Y2/support/t-support/*.{si,sd,sn,so}