diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/termios/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/termios/Makefile b/libc/termios/Makefile index 322244104..3a9ee7a13 100644 --- a/libc/termios/Makefile +++ b/libc/termios/Makefile @@ -41,9 +41,6 @@ $(LIBC): $(MOBJ) $(COBJS) $(MOBJ): $(MSRC) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o -$(COBJS): $(CSRC) - - clean: rm -f *.[oa] *~ core |