Fix Makefile from accidential change
Accidently removed the dependency installation when putting in another fix as it was not needed on my local machine, and was failing, even though later steps were fine. Change-Id: I34ed98c4add1f65fc4ce352c191e1cdff3d23d58
This commit is contained in:
parent
7845b97faa
commit
f2cb793945
@ -1,7 +1,7 @@
|
||||
.PHONY: default all dependencies build finalise addssh iso clean clean_build clean_iso
|
||||
default: dependencies build finalise instance-images
|
||||
|
||||
all: build finalise iso instance-images
|
||||
all: dependencies build finalise iso instance-images
|
||||
|
||||
dependencies:
|
||||
./install-deps.sh
|
||||
|
Loading…
Reference in New Issue
Block a user