Makefile 105 B

12345678
  1. CFLAGS += -I .
  2. all: bitree.o
  3. bitree.o: test-bitree.c
  4. gcc $(CFLAGS) -c test-bitree.c -o test-bitree.o