CFLAGS += -I . all: bitree.o bitree.o: test-bitree.c gcc $(CFLAGS) -c test-bitree.c -o test-bitree.o