Files
linuxkit/alpine/packages/tap-vsockd/Makefile
Justin Cormack 6297dede18 clean up tap-vsockd build process
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
2016-09-12 16:00:53 +01:00

9 lines
194 B
Makefile

DEPS=Dockerfile $(wildcard *.c *.h)
tap-vsockd: $(DEPS)
tar cf - $(DEPS) | docker build -t tap-vsockd:build -
docker run --rm --net=none tap-vsockd:build | tar xf -
clean:
rm -f tap-vsockd