mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 05:29:24 +02:00
6
Makefile
6
Makefile
@ -1,5 +1,5 @@
|
||||
DOCKER = docker
|
||||
IMAGE = thewtex/cross-compilers
|
||||
IMAGE = thewtex/cross-compiler
|
||||
|
||||
android-arm:
|
||||
$(DOCKER) build -t $(IMAGE)-android-arm linux-arm
|
||||
@ -19,13 +19,13 @@ linux-armv6:
|
||||
linux-armv7:
|
||||
$(DOCKER) build -t $(IMAGE)-linux-armv7 linux-armv7
|
||||
|
||||
windows-x86:
|
||||
windows-x86: base windows-x86/Dockerfile windows-x86/settings.mk
|
||||
$(DOCKER) build -t $(IMAGE)-windows-x86 windows-x86
|
||||
|
||||
windows-x64:
|
||||
$(DOCKER) build -t $(IMAGE)-windows-x64 windows-x64
|
||||
|
||||
base:
|
||||
base: Dockerfile
|
||||
$(DOCKER) build -t $(IMAGE)-base .
|
||||
|
||||
all: base android-arm darwin-x64 linux-x86 linux-x64 linux-armv6 linux-armv7 windows-x86 windows-x64
|
||||
|
Reference in New Issue
Block a user