comparison libserial-orig/Makefile @ 248:cb1ba53a1106

beginning of factored-out libserial
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 21 Sep 2017 21:43:34 +0000
parents
children 8c011177adb9
comparison
equal deleted inserted replaced
247:b5b148ef63da 248:cb1ba53a1106
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= baudtab.o openport.o setbaud.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