diff options
Diffstat (limited to 'test/malloc')
-rw-r--r-- | test/malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/malloc/Makefile b/test/malloc/Makefile index dc10cc74f..7fdef736e 100644 --- a/test/malloc/Makefile +++ b/test/malloc/Makefile @@ -124,6 +124,6 @@ realloc0_glibc: realloc0.c Makefile clean: - rm -f *.[oa] *~ core $(TARGETS) + $(RM) *.[oa] *~ core $(TARGETS) |