diff options
Diffstat (limited to 'test/string/Makefile')
-rw-r--r-- | test/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index df83b78fa..e25da9ca9 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -103,6 +103,6 @@ strsignal: ../../libc/string/strsignal.c clean: - rm -f *.[oa] *~ core $(TARGETS) testcopy.gnu.out testcopy.out + $(RM) *.[oa] *~ core $(TARGETS) testcopy.gnu.out testcopy.out |