diff options
Diffstat (limited to 'libc/misc/ftw/Makefile')
-rw-r--r-- | libc/misc/ftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/ftw/Makefile b/libc/misc/ftw/Makefile index ae21c222c..a9df0c782 100644 --- a/libc/misc/ftw/Makefile +++ b/libc/misc/ftw/Makefile @@ -39,5 +39,5 @@ $(MOBJ): $(MSRC) $(STRIPTOOL) -x -R .note -R .comment $*.o clean: - rm -f *.[oa] *~ core + $(RM) *.[oa] *~ core |