a4c50d732f
Change-Id: Ia4b872480dc0ef6f8ca9e9fc9c7573ca2e96cad5
9 lines
180 B
Makefile
9 lines
180 B
Makefile
TOPTGTS := images lint all docs run_images tests
|
|
IMAGES := $(wildcard */Makefile)
|
|
|
|
$(TOPTGTS): $(IMAGES)
|
|
$(IMAGES):
|
|
$(MAKE) -C $(@D) $(MAKECMDGOALS)
|
|
|
|
.PHONY: $(TOPTGTS) $(IMAGES)
|