Add format make target

This commit is contained in:
stuart nelson 2016-11-06 21:07:17 +01:00
parent 06922464e8
commit e4d7663cb8

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
format: $(wildcard src/*.elm)
elm-format --yes $?