DragonOS/kernel/ktest/Makefile
2022-07-26 15:43:33 +08:00

8 lines
105 B
Makefile

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