From efcc11ba56e1d63638c4f806ed54359b5fc8478b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 7 Feb 2023 12:43:47 +0100 Subject: [PATCH] Tue Feb 7 12:43:47 PM CET 2023 --- assets/windows.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/windows.mk b/assets/windows.mk index 587cc5a..dd0e9f7 100644 --- a/assets/windows.mk +++ b/assets/windows.mk @@ -22,8 +22,9 @@ docker : build : pwd + rm -rf windows git clone https://gitlab.com/librewolf-community/browser/windows.git - ${MAKE} -C windows/linux -f windows/linux/Makefile do-build + ${MAKE} -C windows/linux do-build sha256sum $(outfile-exe) > $(outfile-exe).sha256sum cat $(outfile-exe).sha256sum sha256sum $(outfile-zip) > $(outfile-zip).sha256sum @@ -32,6 +33,6 @@ build : do-build : pwd - ${MAKE} fetch - ${MAKE} all + ${MAKE} -f Makefile fetch + ${MAKE} -f Makefile all cp -v $(outfiles) ../..