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 --- core/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/Makefile (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile new file mode 100644 index 0000000..1012f16 --- /dev/null +++ b/core/Makefile @@ -0,0 +1,7 @@ +lint: + hlint 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