Fennix/Userspace/libs/Makefile

7 lines
92 B
Makefile

build:
# cp -r include/* ../out/include
make -C libgcc build
clean:
make -C libgcc clean