FreeCalypso > hg > freecalypso-tools
view libserial-orig/Makefile @ 264:3b6e6b88a0c5
ffstools/aud-fcdev3b removed: migrated to the new fc-audio-config repository
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Oct 2017 03:40:25 +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