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.

12 lines
441 B

  1. diff --git a/Makefile b/Makefile
  2. index d6a4d60..a07d801 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -51,7 +51,6 @@ linenoise-1.0/linenoise.o : linenoise-1.0/linenoise.c linenoise-1.0/linenoise.h
  6. OBJS += picocom.o term.o fdio.o split.o termios2.o custbaud_bsd.o
  7. picocom : $(OBJS)
  8. - $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
  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