mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-17 02:26:48 +00:00
9 lines
81 B
Makefile
9 lines
81 B
Makefile
|
|
all: wait.o
|
|
|
|
CFLAGS += -I .
|
|
|
|
|
|
wait.o: wait.c
|
|
gcc $(CFLAGS) -c wait.c -o wait.o
|