From 50d93f59ee7863be96fc6c0b47e893e2ea52a2c3 Mon Sep 17 00:00:00 2001 From: zweije Date: Tue, 24 Jul 2001 12:45:02 +0000 Subject: 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 --- sucl/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 @: -- cgit v1.2.3