mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-05 00:52:15 +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
|
AMSREV := $(AMSREV)-dirty
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: fusee creport
|
all: fusee creport set_mitm
|
||||||
fusee:
|
fusee:
|
||||||
$(MAKE) -C $@ all
|
$(MAKE) -C $@ all
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ clean:
|
|||||||
$(MAKE) -C fusee clean
|
$(MAKE) -C fusee clean
|
||||||
rm -rf out
|
rm -rf out
|
||||||
|
|
||||||
dist: fusee creport
|
dist: fusee creport
|
||||||
$(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