Sun Feb 5 01:01:07 PM CET 2023

This commit is contained in:
Bert van der Weerd 2023-02-05 13:01:07 +01:00
parent c6c9928ccc
commit 902e758ed1
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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