mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-29 15:57:56 +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
|