This commit is contained in:
Bert van der Weerd 2023-02-07 12:11:46 +01:00
parent 77a3f04e29
commit 3dd22413c1
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -1,7 +1,7 @@
# windows.mk - this one is quite a bit different from the others,
# but we can fix that later.
.PHONY : docker build do-build
.PHONY : docker build
version:=$(shell cat version)
release:=$(shell cat release)
@ -19,11 +19,8 @@ docker :
docker build -t $(image) - < assets/windows.Dockerfile
build :
${MAKE} -C /root/windows/linux do-build
do-build :
pwd
(cd /root/windows && git pull)
ls -a
make fetch
make all
cp -v $(outfiles) /