This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
DragonOS
mirror of
https://github.com/DragonOS-Community/DragonOS.git
Watch
1
Star
0
Fork
You've already forked DragonOS
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d8a064128a
DragonOS
/
user
/
libs
/
libc
/
Makefile
7 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
:new: 运行文件系统中的二进制程序
2022-05-05 16:25:32 +00:00
调整user下libs的libc目录结构 (#103) * 调整user下libs的libc目录结构 * 修正.gitignore文件的问题 * 修复无法编译的问题 Co-authored-by: longjin <longjin@RinGoTek.cn>
2022-12-11 14:22:10 +00:00
all
:
Patch porting gcc v2 (#124) * 更改编译器的Include路径,使得include时不需要加`<libc/src/include/>`前缀 * 修改include路径 Co-authored-by: longjin <longjin@RinGoTek.cn>
2022-12-31 09:35:39 +00:00
$(
MAKE
)
CFLAGS
=
"
$(
CFLAGS
)
"
-C src all
:new: 运行文件系统中的二进制程序
2022-05-05 16:25:32 +00:00
调整user下libs的libc目录结构 (#103) * 调整user下libs的libc目录结构 * 修正.gitignore文件的问题 * 修复无法编译的问题 Co-authored-by: longjin <longjin@RinGoTek.cn>
2022-12-11 14:22:10 +00:00
clean
:
rm -f Cargo.lock
$(
MAKE
)
-C src clean