4 lines
86 B
Makefile
4 lines
86 B
Makefile
|
ELM_FILES := $(shell find src -iname *.elm)
|
||
|
format: $(ELM_FILES)
|
||
|
elm-format --yes $?
|