diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -107,8 +107,7 @@ reformat: ## reformat with stylish-haskell .PHONY: reformat lint: ## run hlint - hlint --report=hlint.html $(SOURCEFILES) - open hlint.html + hlint --report=hlint.html $(SOURCEFILES) || open hlint.html .PHONY: lint fix_spacing: ## fix trailing newlines and spaces |
