mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
16 lines
228 B
Makefile
16 lines
228 B
Makefile
all:
|
|
make -C crt0/
|
|
make -C nx/
|
|
make -C tools/
|
|
|
|
install:
|
|
make -C buildscripts/ install
|
|
make -C crt0/ install
|
|
make -C nx/ install
|
|
make -C tools/ install
|
|
|
|
clean:
|
|
make -C crt0/ clean
|
|
make -C nx/ clean
|
|
make -C tools/ clean
|