mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-20 20:22:38 +02:00
9 lines
85 B
Makefile
9 lines
85 B
Makefile
all:
|
|
$(MAKE) -C nx/
|
|
|
|
install:
|
|
$(MAKE) -C nx/ install
|
|
|
|
clean:
|
|
$(MAKE) -C nx/ clean
|