CFLAGS+=-Wall -Werror
LDLIBS+= -lpthread -lprussdrv

all: example

clean:
	rm -f example *.o *.bin

example: example.o
