Added Makefile
This commit is contained in:
parent
f4912d3339
commit
72909cb84b
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
.PHONY: help
|
||||||
|
help: ## Show this help.
|
||||||
|
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||||
|
|
||||||
|
.PHONY: format
|
||||||
|
format:
|
||||||
|
find . -type f -name "*.hs" ! -path "./dist-newstyle/*" -exec fourmolu -i {} +
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue