view src/Makefile @ 16:13be9d3a6927 default tip

update doc to include transactional delay requirement
author Brett Gordon
date Tue, 13 Dec 2016 10:42:01 -0500
parents f8226a33698d
children
line wrap: on
line source

CFLAGS += -Wall
LDLIBS += -ldl -rdynamic

all: lwwire lwwire-serial lwwire-pingpong.so lwwire-packet.so

%.so: %.c
	$(CC) $(CPPFLAGS) $(CFLAGS) -fPIC -shared -o $@ $<