influxdb/query/Makefile

15 lines
158 B
Makefile
Raw Normal View History

2018-09-06 20:56:59 +00:00
SUBDIRS = promql
subdirs: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
all: $(SUBDIRS)
clean: $(SUBDIRS)
.PHONY: all clean subdirs $(SUBDIRS)