mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 16:42:14 +02:00
Update Makefile
This commit is contained in:
parent
e16dc80515
commit
8681c7c676
5
Makefile
5
Makefile
@ -10,12 +10,15 @@ fusee:
|
||||
|
||||
creport:
|
||||
$(MAKE) -C stratosphere/creport all
|
||||
|
||||
set_mitm:
|
||||
$(MAKE) -C stratosphere/set_mitm all
|
||||
|
||||
clean:
|
||||
$(MAKE) -C fusee clean
|
||||
rm -rf out
|
||||
|
||||
dist: fusee creport
|
||||
dist: fusee creport set_mitm
|
||||
$(eval MAJORVER = $(shell grep '\ATMOSPHERE_RELEASE_VERSION_MAJOR\b' common/include/atmosphere/version.h \
|
||||
| tr -s [:blank:] \
|
||||
| cut -d' ' -f3))
|
||||
|
Loading…
Reference in New Issue
Block a user