mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
Updated Makefiles for tools.
This commit is contained in:
parent
ad6ce3d6f8
commit
6d84ef2700
2
Makefile
2
Makefile
@ -7,7 +7,9 @@ install:
|
||||
make -C buildscripts/ install
|
||||
make -C crt0/ install
|
||||
make -C nx/ install
|
||||
make -C tools/ install
|
||||
|
||||
clean:
|
||||
make -C crt0/ clean
|
||||
make -C nx/ clean
|
||||
make -C tools/ clean
|
||||
|
@ -11,4 +11,4 @@ install: all
|
||||
cp elf2nso $(DEVKITA64)/bin/
|
||||
|
||||
clean:
|
||||
rm -f elf2nso
|
||||
rm -f elf2nso build_pfs0
|
||||
|
Loading…
Reference in New Issue
Block a user