Merge pull request #1770 from justincormack/cleanup

Fix make clean to remove new -kernel files
This commit is contained in:
Justin Cormack 2017-05-04 16:34:44 +01:00 committed by GitHub
commit 6deddf749c

View File

@ -114,4 +114,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