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