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