aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c307f2d..42809b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,6 @@
DOCKERFILES_SRC:=template/Dockerfile
DOCKERFILES:= \
- 18/Dockerfile \
- 18/onbuild/Dockerfile \
- 18/development/Dockerfile \
- 18/alpine/Dockerfile \
- 18/alpine/onbuild/Dockerfile \
- 18/alpine/development/Dockerfile \
19/Dockerfile \
19/onbuild/Dockerfile \
19/development/Dockerfile \
@@ -17,7 +11,7 @@ DOCKERFILES:= \
.PHONY: all
all: ${DOCKERFILES}
-$(DOCKERFILES): template/Dockerfile 18/options 19/options
+$(DOCKERFILES): template/Dockerfile 19/options
bash template/generate.sh $(shell echo $@ | cut -d '/' -f1)/options $< > $@
.PHONY: clean