FreeCalypso > hg > freecalypso-tools
diff 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 diff
--- a/rvinterf/libasync/Makefile Sat Oct 27 23:48:20 2018 +0000 +++ b/rvinterf/libasync/Makefile Sun Oct 28 00:00:51 2018 +0000 @@ -1,6 +1,6 @@ CC= gcc CFLAGS= -O2 -I../include -OBJS= init.o interf.o launchrvif.o rvtrace.o ttymagic.o +OBJS= init.o interf.o rvtrace.o ttymagic.o LIB= libasync.a all: ${LIB}