From 902e758ed1ee951f6f657affa7505ff8106f1808 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 5 Feb 2023 13:01:07 +0100 Subject: [PATCH] Sun Feb 5 01:01:07 PM CET 2023 --- assets/windows.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/windows.mk b/assets/windows.mk index 8165b69..9f71ca3 100644 --- a/assets/windows.mk +++ b/assets/windows.mk @@ -1,6 +1,7 @@ -# windows.mk - build windows docker image and do build phase +# windows.mk - this one is quite a bit different from the others, +# but we can fix that later. -.PHONY : docker build +.PHONY : docker build do-build version:=$(shell cat version) release:=$(shell cat release) @@ -18,6 +19,9 @@ docker : docker build -t $(image) - < assets/windows.Dockerfile build : + ${MAKE} -C /root/windows/linux do-build + +do-build : pwd (cd /root/windows && git pull) make fetch