diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5eeba29 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: all images + +all: Dockerfile + +Dockerfile: Dockerfile.solution templates/*.in SOLUTION MANIFEST + @scripts/build-dockerfile + +images: + @scripts/build-images