mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
Makefile: replace default target by all target
This commit is contained in:
parent
b1ee181938
commit
e1ef4f6194
8
Makefile
8
Makefile
@ -1,14 +1,12 @@
|
||||
DOCKER = docker
|
||||
ORG = dockcross
|
||||
|
||||
default: base android-arm linux-x86 linux-x64 linux-arm64 linux-armv5 linux-armv6 linux-armv7 windows-x86 windows-x64
|
||||
all: base android-arm linux-x86 linux-x64 linux-arm64 linux-armv5 linux-armv6 linux-armv7 windows-x86 windows-x64
|
||||
|
||||
|
||||
android-arm: base android-arm/Dockerfile
|
||||
$(DOCKER) build -t $(ORG)/android-arm android-arm
|
||||
|
||||
darwin-x64:
|
||||
$(DOCKER) build -t $(ORG)/darwin-x64 darwin-x64
|
||||
|
||||
browser-asmjs: base browser-asmjs/Dockerfile
|
||||
cp -r test browser-asmjs/
|
||||
$(DOCKER) build -t $(ORG)/browser-asmjs browser-asmjs
|
||||
@ -44,6 +42,4 @@ windows-x64: base windows-x64/Dockerfile windows-x64/settings.mk
|
||||
base: Dockerfile
|
||||
$(DOCKER) build -t $(ORG)/base .
|
||||
|
||||
all: base android-arm darwin-x64 linux-x86 linux-x64 linux-arm64 linux-armv5 linux-armv6 linux-armv7 windows-x86 windows-x64
|
||||
|
||||
.PHONY: default all base android-arm darwin-x64 linux-x86 linux-x64 linux-arm64 linux-armv5 linux-armv6 linux-armv7 windows-x86 windows-x64
|
||||
|
Loading…
Reference in New Issue
Block a user