mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 22:36:48 +00:00
* 更改编译器的Include路径,使得include时不需要加`<libc/src/include/>`前缀 * 修改include路径 Co-authored-by: longjin <longjin@RinGoTek.cn>
7 lines
93 B
Makefile
7 lines
93 B
Makefile
|
|
all:
|
|
$(MAKE) CFLAGS="$(CFLAGS)" -C src all
|
|
|
|
clean:
|
|
rm -f Cargo.lock
|
|
$(MAKE) -C src clean
|