DragonOS/user/libs/libc/Makefile
guanjinquan 74bde36e01
Patch porting gcc v2 (#124)
* 更改编译器的Include路径,使得include时不需要加`<libc/src/include/>`前缀

* 修改include路径

Co-authored-by: longjin <longjin@RinGoTek.cn>
2022-12-31 17:35:39 +08:00

7 lines
93 B
Makefile

all:
$(MAKE) CFLAGS="$(CFLAGS)" -C src all
clean:
rm -f Cargo.lock
$(MAKE) -C src clean