aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzweije2001-07-24 12:45:02 +0000
committerzweije2001-07-24 12:45:02 +0000
commit50d93f59ee7863be96fc6c0b47e893e2ea52a2c3 (patch)
tree8998c30e4290324f57fb4b367ef16f5ffee4e9e1
parentexpand macros with curried macro calls later, to prevent a bug if dcl caching... (diff)
This commit was generated by cvs2svn to compensate for changes in r563,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@564 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--sucl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sucl/Makefile b/sucl/Makefile
index 6f7f125..c40637d 100644
--- a/sucl/Makefile
+++ b/sucl/Makefile
@@ -16,6 +16,9 @@ default: $(ABC)
clean:
rm -Rf errors.err $(SYS)
+tags: *.dcl *.icl ../compiler/*.dcl ../compiler/*.icl
+ cleantags $^ >$@
+
%: $(SYS)/%.abc
@: