CFLAGS = -g -Wall

default: bs-test

bs-test: bs.o bs-test.o
	$(CC) -o $@ $^
