diff options
-rw-r--r-- | libc/stdio/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 6b0748237..048483d13 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -54,9 +54,6 @@ $(MOBJ2): $(MSRC2) $(MOBJ3): $(MSRC3) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o -$(COBJS): $(CSRC) - - clean: rm -f *.[oa] *~ core |