From a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Thu, 8 Dec 2016 10:19:15 +0200 Subject: Release code as open source --- specification/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 specification/Makefile (limited to 'specification/Makefile') diff --git a/specification/Makefile b/specification/Makefile new file mode 100644 index 0000000..c69097d --- /dev/null +++ b/specification/Makefile @@ -0,0 +1,7 @@ +lint: + hlint app/ src/ + +help: + @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' + +.PHONY: lint help -- cgit v1.2.3