comparison rvinterf/libinterf/Makefile @ 419:67d683a87b1d

rvinterf client refactoring: libinterf created
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 Oct 2018 23:35:10 +0000
parents
children 1d5bd9a06781
comparison
equal deleted inserted replaced
418:cb3e8d080a23 419:67d683a87b1d
1 CC= gcc
2 CFLAGS= -O2 -I../include
3 OBJS= connect.o launchrvif.o
4 LIB= libinterf.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs