diff options
Diffstat (limited to 'test/ctype')
-rw-r--r-- | test/ctype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile index 16c49c284..e3595618e 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -35,6 +35,6 @@ ctype_run: ./ctype -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) + $(RM) *.[oa] *~ core $(TARGETS) |