blob: b05231f3aa2eff7da3d1b80598a2d9be2ea696ec [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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