mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
14 lines
182 B
Makefile
14 lines
182 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
|
|
|
|
clean:
|
|
make -C crt0/ clean
|
|
make -C nx/ clean
|