1
0

Added makefile to build Dockerfile

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-10-02 09:58:03 -07:00
parent 013e0f6735
commit 0dd598d961

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: all images
all: Dockerfile
Dockerfile: Dockerfile.solution templates/*.in SOLUTION MANIFEST
@scripts/build-dockerfile
images:
@scripts/build-images