You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
339 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -51,7 +51,6 @@ linenoise-1.0/linenoise.o : linenoise-1.
  4. OBJS += picocom.o term.o fdio.o split.o termios2.o custbaud_bsd.o
  5. picocom : $(OBJS)
  6. - $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
  7. picocom.o : picocom.c term.h fdio.h split.h custbaud.h
  8. term.o : term.c term.h termios2.h custbaud_bsd.h custbaud.h