mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 运行文件系统中的二进制程序
This commit is contained in:
8
user/libs/libsystem/Makefile
Normal file
8
user/libs/libsystem/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
all: libsystem
|
||||
# echo $(shell pwd)
|
||||
|
||||
|
||||
libsystem: syscall.o
|
||||
|
||||
syscall.o: syscall.c
|
||||
gcc $(CFLAGS) -c syscall.c -o syscall.o
|
Reference in New Issue
Block a user