mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 16:42:14 +02:00
atmosphere: finish adding set.mitm to dist target
This commit is contained in:
parent
110cace034
commit
e16dc80515
4
Makefile
4
Makefile
@ -4,7 +4,7 @@ ifneq (, $(strip $(shell git status --porcelain 2>/dev/null)))
|
||||
AMSREV := $(AMSREV)-dirty
|
||||
endif
|
||||
|
||||
all: fusee creport
|
||||
all: fusee creport set_mitm
|
||||
fusee:
|
||||
$(MAKE) -C $@ all
|
||||
|
||||
@ -15,7 +15,7 @@ clean:
|
||||
$(MAKE) -C fusee clean
|
||||
rm -rf out
|
||||
|
||||
dist: fusee creport
|
||||
dist: fusee creport
|
||||
$(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