Makefile cleanup, default to binary prefix

This commit is contained in:
Jeremy Soller 2019-03-16 19:50:08 -06:00
parent 7f9a82752d
commit 40d9117b17
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
4 changed files with 41 additions and 39 deletions

View file

@ -20,7 +20,7 @@ clean:
rm -rf build
distclean:
make clean
$(MAKE) clean
cd cookbook && ./unfetch.sh
pull:
@ -62,7 +62,7 @@ include mk/virtualbox.mk
# CI image target
ci-img: FORCE
make INSTALLER_FLAGS= \
$(MAKE) INSTALLER_FLAGS= \
build/coreboot.elf.gz \
build/harddrive.bin.gz \
build/livedisk.iso.gz \