b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile |
2 | +++ b/Makefile | ||||
3 | @@ -51,7 +51,6 @@ linenoise-1.0/linenoise.o : linenoise-1. | ||||
4 | |||||
5 | OBJS += picocom.o term.o fdio.o split.o termios2.o custbaud_bsd.o | ||||
6 | picocom : $(OBJS) | ||||
7 | - $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS) | ||||
8 | |||||
9 | picocom.o : picocom.c term.h fdio.h split.h custbaud.h | ||||
10 | term.o : term.c term.h termios2.h custbaud_bsd.h custbaud.h |