mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-25 22:14:28 +00:00
7 lines
92 B
Makefile
7 lines
92 B
Makefile
build:
|
|
# cp -r include/* ../out/include
|
|
make -C libgcc build
|
|
|
|
clean:
|
|
make -C libgcc clean
|