comparison libserial-newlnx/Makefile @ 255:ab8410d06ca7

libserial-newlnx: new way implemented, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 22 Sep 2017 00:19:41 +0000
parents
children
comparison
equal deleted inserted replaced
254:6984b76f3def 255:ab8410d06ca7
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= baudtab.o nonblock.o openport.o setbaud.o setbyname.o
4 LIB= libserial.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs