Skip to content
Snippets Groups Projects
Commit 64676d88 authored by Eric Lippmann's avatar Eric Lippmann
Browse files

Fix Makefile

parent d7a1fa6d
No related merge requests found
all:
$(MAKE) -C 15.2
$(MAKE) -C 15.3
TARGETS := $(patsubst %/Dockerfile,%,$(wildcard */Dockerfile))
PUSH_TARGETS := $(patsubst %,%-push,$(TARGETS))
push:
$(MAKE) -C 15.2 push
$(MAKE) -C 15.3 push
.PHONY: $(TARGETS)
all: $(TARGETS)
$(TARGETS):
$(MAKE) -C $@
$(PUSH_TARGETS):
$(MAKE) -C $@ push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment