comparison librtpalloc/Makefile @ 6:191d58f5c24f

librtpalloc: port the simple client
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 21:10:01 +0000
parents 60b512a868b4
children
comparison
equal deleted inserted replaced
5:4a5560ef0807 6:191d58f5c24f
1 CPPFLAGS=-I../build-inc 1 CPPFLAGS=-I../build-inc
2 OBJS= recvmsg_wrap.o 2 OBJS= recvmsg_wrap.o simple_client.o
3 LIB= librtpalloc.a 3 LIB= librtpalloc.a
4 4
5 include ../config.defs 5 include ../config.defs
6 6
7 all: ${LIB} 7 all: ${LIB}