summaryrefslogtreecommitdiff
path: root/code/ecp/Makefile.posix
blob: c83e050531bc10a686b5bd5621a9906412c81a4c (plain)
1
2
3
4
5
6
7
8
platform=posix

htable=htable
vconn=vconn
obj_rbuf=rbuf.o rbuf_send.o rbuf_recv.o msgq.o

CFLAGS_PL=-O3
LDFLAGS_PL=-lm -pthread