Files
linuxkit/licensing/Makefile
Rolf Neugebauer 63908372e2 license: extract hvtools/llmnrd source code from the initrd
Also add modified chronyd init script

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2016-04-15 15:10:29 +01:00

13 lines
259 B
Makefile

.PHONY: license clean run
all: license
license: packages.lua Dockerfile license.sh
docker build -t license .
run: license
rm -rf output
docker run -it -v /etc:/hostetc -v /usr:/hostusr -v /lib:/lib -v $(PWD)/output:/output license
clean:
rm -rf output