CC=gcc
CFLAGS = -Oz -g3 -march=native -std=c99
CFLAGS += -Ibipbuffer
all: dataflow
dataflow: bipbuffer/bipbuffer.o
.PHONE: clean
clean:
rm -rf *.o dataflow bipbuffer/*.o