alertmanager/Makefile

4 lines
86 B
Makefile
Raw Normal View History

2017-01-04 23:02:49 +00:00
ELM_FILES := $(shell find src -iname *.elm)
format: $(ELM_FILES)
2016-11-06 20:07:17 +00:00
elm-format --yes $?