diff options
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r-- | libc/stdio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index b92eed2a1..b0ba70ba8 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -107,5 +107,5 @@ $(COBJS): %.o : %.c $(OBJ): Makefile clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |