fix
This commit is contained in:
parent
77a3f04e29
commit
3dd22413c1
1 changed files with 2 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# windows.mk - this one is quite a bit different from the others,
|
# windows.mk - this one is quite a bit different from the others,
|
||||||
# but we can fix that later.
|
# but we can fix that later.
|
||||||
|
|
||||||
.PHONY : docker build do-build
|
.PHONY : docker build
|
||||||
|
|
||||||
version:=$(shell cat version)
|
version:=$(shell cat version)
|
||||||
release:=$(shell cat release)
|
release:=$(shell cat release)
|
||||||
|
|
@ -19,11 +19,8 @@ docker :
|
||||||
docker build -t $(image) - < assets/windows.Dockerfile
|
docker build -t $(image) - < assets/windows.Dockerfile
|
||||||
|
|
||||||
build :
|
build :
|
||||||
${MAKE} -C /root/windows/linux do-build
|
|
||||||
|
|
||||||
do-build :
|
|
||||||
pwd
|
pwd
|
||||||
(cd /root/windows && git pull)
|
ls -a
|
||||||
make fetch
|
make fetch
|
||||||
make all
|
make all
|
||||||
cp -v $(outfiles) /
|
cp -v $(outfiles) /
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue