diff options
Diffstat (limited to 'sucl')
-rw-r--r-- | sucl/Makefile | 3 |
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 @: |