diff options
Diffstat (limited to 'sucl/Makefile')
-rw-r--r-- | sucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sucl/Makefile b/sucl/Makefile index 698566c..4237b18 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -17,7 +17,7 @@ clean: rm -Rf errors.err $(SYS) tags: *.dcl *.icl ../compiler/*.dcl ../compiler/*.icl - cleantags $^ >$@ + sh cleantags $^ >$@ %: $(SYS)/%.abc @: |