mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 20:36:31 +00:00
🆕 exec (存在bug
This commit is contained in:
8
user/libs/libc/sys/Makefile
Normal file
8
user/libs/libc/sys/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
all: wait.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
|
||||
wait.o: wait.c
|
||||
gcc $(CFLAGS) -c wait.c -o wait.o
|
Reference in New Issue
Block a user