FreeCalypso > hg > freecalypso-tools
view libserial-orig/Makefile @ 449:b1864e3f8fb4
CHANGES & doc/User-phone-tools: documented AT-over-RVT long strings
extension and the current broken state found in Mot C139 testing
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 16 Jan 2019 01:21:29 +0000 |
parents | d27a89068280 |
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