FreeCalypso > hg > fc-pcm-if
view sw/libserial/Makefile @ 5:3ae4a6ca5639
add README
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 12 Oct 2024 03:11:17 +0000 |
parents | a4918a161d2e |
children | a10657f8024e |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= nonblock.o openport.o setbaud.o LIB= libserial.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs