diff options
Diffstat (limited to 'libc/string')
-rw-r--r-- | libc/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile index 1b12924d5..d9fec82a8 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -86,5 +86,5 @@ $(COBJS): %.o : %.c $(STRIPTOOL) -x -R .note -R .comment $*.o clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |