This website requires JavaScript.
Explore
Help
Sign In
encounter
/
libnx
Watch
0
Star
0
Fork
0
You've already forked libnx
mirror of
https://github.com/encounter/libnx.git
synced
2026-03-30 11:18:54 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
libnx
/
Makefile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
9 lines
85 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
Added global makefile
2017-09-09 03:23:38 +02:00
all
:
Use ${MAKE} to facilitate parallel build
2018-01-18 15:46:16 -08:00
$(
MAKE
)
-C nx/
Fix makefile, readme
2017-09-10 23:35:59 +02:00
install
:
Use ${MAKE} to facilitate parallel build
2018-01-18 15:46:16 -08:00
$(
MAKE
)
-C nx/ install
Added global makefile
2017-09-09 03:23:38 +02:00
clean
:
Use ${MAKE} to facilitate parallel build
2018-01-18 15:46:16 -08:00
$(
MAKE
)
-C nx/ clean
Reference in New Issue
Copy Permalink