diff options
Diffstat (limited to 'test/stdlib/Makefile')
-rw-r--r-- | test/stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 86c9e88df..3d9666865 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -121,6 +121,6 @@ teststrtol_diff: teststrtol_glibc teststrtol -@ echo " " clean: - rm -f *.[oa] *~ core $(TARGETS) + rm -f *.[oa] *~ core $(TARGETS) teststrtol_glibc.out teststrtol.out |