diff options
Diffstat (limited to 'test/args')
-rw-r--r-- | test/args/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/args/Makefile b/test/args/Makefile index a5a01dbf8..cc4637bc0 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -35,6 +35,6 @@ arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) + $(RM) *.[oa] *~ core $(TARGETS) |