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