summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f73791a6c..eedb36e8d 100644
--- a/Makefile
+++ b/Makefile
@@ -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