FreeCalypso > hg > freecalypso-tools
view libserial-orig/Makefile @ 251:fb577c31e960
fc-serterm converted to use libserial
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 21 Sep 2017 23:25:02 +0000 |
parents | 8c011177adb9 |
children | d27a89068280 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= baudtab.o openport.o setbaud.o setbyname.o LIB= libserial.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs