Update Makefile

This commit is contained in:
Pika 2018-10-30 10:50:22 -04:00 committed by GitHub
parent e16dc80515
commit 8681c7c676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,15 @@ 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))