Files
linuxkit/alpine/packages/mdnstool/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
202 B
Makefile

all: mdnstool
mdnstool: Dockerfile mdnstool.go mdnsmon/mdnsmon.go
docker build -t mdnstool:test .
docker run mdnstool:test cat /go/bin/mdnstool > mdnstool
chmod 755 mdnstool
clean:
rm -f mdnstool