mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-01 13:25:51 +01: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
|