influxdb/query/Makefile

15 lines
158 B
Makefile

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