Files
linuxkit/projects/ima-namespace/Makefile
Justin Cormack 91207540e4 Change "output" to "format" in moby tool
This is less confusing as there is also an output option to set the file.

See https://github.com/moby/tool/pull/146

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-09-01 23:52:25 +01:00

11 lines
227 B
Makefile

.PHONY: run
run: ima-namespace-kernel
../../bin/linuxkit run ima-namespace
ima-namespace-kernel: ima-namespace.yml
../../bin/moby build -format kernel+initrd ima-namespace
.PHONY: clean
clean:
-rm *-cmdline *-kernel *.img