linuxkit/projects/selinux/Makefile
Rolf Neugebauer e9fbe43b34 Rename .yaml to .yml
docker-compose and other utilities use the .yml extension.
For consistency rename all .yaml to .yml

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-03-27 09:53:26 +02:00

13 lines
286 B
Makefile

MOBY=../../bin/moby
selinux-initrd.img: $(MOBY) selinux.yml
$^
.PHONY: qemu
qemu: selinux-initrd.img
../../scripts/qemu.sh selinux-initrd.img selinux-bzImage "$(shell cat selinux-cmdline)"
.PHONY: clean
clean:
-rm -rf *-initrd.img *-bzImage *-cmdline *.iso *.tar.gz *.qcow2 *.vhd