mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 09:16:35 +00:00
🆕 fat32文件系统的mkdir
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
|
||||
all: wait.o
|
||||
all: wait.o stat.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
|
||||
wait.o: wait.c
|
||||
gcc $(CFLAGS) -c wait.c -o wait.o
|
||||
|
||||
stat.o: stat.c
|
||||
gcc $(CFLAGS) -c stat.c -o stat.o
|
Reference in New Issue
Block a user