diff options
author | EC2 Default User <eisin@users.noreply.github.com> | 2018-07-01 12:33:14 +0200 |
---|---|---|
committer | EC2 Default User <eisin@users.noreply.github.com> | 2018-07-01 12:33:14 +0200 |
commit | 12c77e1253e67a9b176824937487294c3238c592 (patch) | |
tree | a55584111b48225cfdc8047fc2b2c1d1df0aea41 /Makefile | |
parent | update README (diff) | |
download | pamldapd-12c77e1253e67a9b176824937487294c3238c592.tar pamldapd-12c77e1253e67a9b176824937487294c3238c592.tar.gz pamldapd-12c77e1253e67a9b176824937487294c3238c592.tar.bz2 pamldapd-12c77e1253e67a9b176824937487294c3238c592.tar.lz pamldapd-12c77e1253e67a9b176824937487294c3238c592.tar.xz pamldapd-12c77e1253e67a9b176824937487294c3238c592.tar.zst pamldapd-12c77e1253e67a9b176824937487294c3238c592.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ .DEFAULT_GOAL := default -all: x86-64 i386 -default: x86-64 -x86-64: x86-64.build -i386: i386.build +all: pamldapd-x86-64 pamldapd-i386 +default: pamldapd-x86-64 +pamldapd-x86-64: x86-64.build Dockerfile_x86-64 +pamldapd-i386: i386.build Dockerfile_i386 %.build: src/pamldapd.go @echo BUILD ARCH $(shell basename $@ .build) docker build -t pamldapd-build-$(shell basename $@ .build)-tmp -f Dockerfile_$(shell basename $@ .build) . |