FreeCalypso > hg > freecalypso-tools
view libserial-newlnx/Makefile @ 492:ac48ed111d6a
loadtools/scripts/compal.init: updated comments for new understanding
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Fri, 24 May 2019 06:15:02 +0000 | 
| parents | ab8410d06ca7 | 
| children | 
line wrap: on
 line source
CC= gcc CFLAGS= -O2 OBJS= baudtab.o nonblock.o openport.o setbaud.o setbyname.o LIB= libserial.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs
