comparison rvinterf/libasync/Makefile @ 422:c1aadfcd185f

rvinterf client refactoring: libasync clients converted to use libinterf
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Oct 2018 00:00:51 +0000
parents e7502631a0f9
children 1d5bd9a06781
comparison
equal deleted inserted replaced
421:ab8fb95a28da 422:c1aadfcd185f
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 -I../include 2 CFLAGS= -O2 -I../include
3 OBJS= init.o interf.o launchrvif.o rvtrace.o ttymagic.o 3 OBJS= init.o interf.o rvtrace.o ttymagic.o
4 LIB= libasync.a 4 LIB= libasync.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}