mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-17 12:47:19 +00:00
8 lines
105 B
Makefile
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
|