From 3dd22413c1b2c733b21b89379f77983319c011d8 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 7 Feb 2023 12:11:46 +0100 Subject: [PATCH] fix --- assets/windows.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/windows.mk b/assets/windows.mk index 9f71ca3..c244815 100644 --- a/assets/windows.mk +++ b/assets/windows.mk @@ -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) /