Fix make clean to remove new -kernel files

Missed this in the changeover

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-05-04 15:43:55 +01:00
parent 9dead59989
commit 0c53e88be5

View File

@ -99,4 +99,4 @@ ci-pr:
.PHONY: clean
clean:
rm -rf bin *.log *-bzImage *-cmdline *.img *.iso *.tar.gz *.qcow2 *.vhd
rm -rf bin *.log *-kernel *-cmdline *.img *.iso *.tar.gz *.qcow2 *.vhd *.vmx *.vmdk