influxdb/query/Makefile

13 lines
133 B
Makefile

SUBDIRS = promql
subdirs: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
all: $(SUBDIRS)
.PHONY: all subdirs $(SUBDIRS)