Makefile improvement - delete the log file along with the othert generated artifacts.

This commit is contained in:
Ivan Davidov 2016-04-17 18:16:36 +03:00
parent adaae66aa2
commit 331307d287

View File

@ -13,6 +13,7 @@ clean:
@rm -rf source @rm -rf source
@rm -rf work @rm -rf work
@rm -f minimal_linux_live.iso @rm -f minimal_linux_live.iso
@rm -f minimal_linux_live.log
emulator: emulator:
@if [ ! -f ./minimal_linux_live.iso ]; then echo "ISO image \"minimal_linux_live.iso\" not found."; exit 1; fi @if [ ! -f ./minimal_linux_live.iso ]; then echo "ISO image \"minimal_linux_live.iso\" not found."; exit 1; fi