mirror of
https://github.com/encounter/libnx.git
synced 2026-03-30 11:18:54 -07: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
|