From 5a14f064350236d4f0e8440e916a0c29109a4ecd Mon Sep 17 00:00:00 2001 From: stanzabird Date: Sat, 21 May 2022 10:41:40 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96fd074..2be9104 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ debug : artifacts : python3 mk.py artifacts - (cd librewolf-$(shell cat version)-$(shell cat source_release) && ./mach build && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales) + (cd librewolf-$(shell cat version)-$(shell cat source_release) && cat browser/locales/shipped-locales | xargs ./mach package-multi-locale --locales) full-mar : python3 mk.py full-mar