mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-09 07:19:42 +00:00
0faf0f531f
* Including glue between Alertmanager server and Elm UI. * Rebuilding assets (ui/bindata.go). * Exact commit: 'bd78de6b16bcefaacf4229304d439b33aa09cc72' * Subdirectory: ui/app
4 lines
86 B
Makefile
4 lines
86 B
Makefile
ELM_FILES := $(shell find src -iname *.elm)
|
|
format: $(ELM_FILES)
|
|
elm-format --yes $?
|