From 38d3b4b4dc5e407d538b9bbee545da37e43b70fb Mon Sep 17 00:00:00 2001 From: d0k3 Date: Tue, 5 Dec 2017 18:38:57 +0100 Subject: [PATCH] Makefile: Use 7za instead of 7z --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a5ef56..af13d7d 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ release: clean @cp $(CURDIR)/HelloScript.gm9 $(RELDIR) @cp -R $(CURDIR)/resources/gm9 $(RELDIR)/gm9 - @-7z a $(RELDIR)/$(FLAVOR)-$(VERSION)-$(DBUILTS).zip ./$(RELDIR)/* + @-7za a $(RELDIR)/$(FLAVOR)-$(VERSION)-$(DBUILTS).zip ./$(RELDIR)/* vram0: @mkdir -p "$(OUTDIR)"