Skip to content

Commit

Permalink
move hactool out of default target
Browse files Browse the repository at this point in the history
  • Loading branch information
HookedBehemoth committed Jun 13, 2020
1 parent 67ed475 commit 6ddd805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ nxExt:

module:
$(MAKE) -C sys-tune
hactool -t nso sys-tune/sys-tune.nso

dist: all
mkdir -p dist/switch/.overlays
mkdir -p dist/atmosphere/contents/4200000000000000
cp sys-tune/sys-tune.nsp dist/atmosphere/contents/4200000000000000/exefs.nsp
cp overlay/sys-tune-overlay.ovl dist/switch/.overlays/
cd dist; zip -r sys-tune-$(VERSION)-$(GITHASH).zip ./*; cd ../;
hactool -t nso sys-tune/sys-tune.nso

.PHONY: all overlay module

0 comments on commit 6ddd805

Please sign in to comment.