diff options
Diffstat (limited to 'test/string')
-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 7d2a02bef..c68996812 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -73,6 +73,6 @@ testcopy_diff: testcopy testcopy_glibc clean: - rm -f *.[oa] *~ core $(TARGETS) + rm -f *.[oa] *~ core $(TARGETS) testcopy.gnu.out testcopy.out |