Makefile cleanup, default to binary prefix
This commit is contained in:
parent
7f9a82752d
commit
40d9117b17
4 changed files with 41 additions and 39 deletions
4
Makefile
4
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue