Files
linuxkit/alpine/packages/9pudc/Makefile
Justin Cormack d9f3649dcf fix permissions
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2015-12-30 18:26:12 +00:00

10 lines
209 B
Makefile

all: 9pudc
9pudc: Dockerfile main.go
docker build --build-arg GOOS=$(GOOS) --build-arg GOARCH=$(GOARCH) -t 9pudc:test .
docker run 9pudc:test cat /go/bin/9pudc > 9pudc
chmod 755 9pudc
clean:
rm -f 9pudc