aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'specification/Makefile')
-rw-r--r--specification/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/specification/Makefile b/specification/Makefile
new file mode 100644
index 0000000..c69097d
--- /dev/null
+++ b/specification/Makefile
@@ -0,0 +1,7 @@
1lint:
2 hlint app/ src/
3
4help:
5 @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
6
7.PHONY: lint help