FreeCalypso > hg > freecalypso-tools
view 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 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I../include OBJS= init.o interf.o rvtrace.o ttymagic.o LIB= libasync.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs