aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-04 13:40:02 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-04 13:40:02 +0100
commit738880bfcbb6dc9b8327b0dc2cde4129071b0c2f (patch)
tree3262f4272e06ad22d5036b2d0d097ae5e37a0649 /Makefile
parent19d86132a88f19a8578b6a640a8eefa3e856fdfb (diff)
downloadpandoc-738880bfcbb6dc9b8327b0dc2cde4129071b0c2f.tar.gz
Makefile - removed 'refactor' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index be3911d77..8aa88f2b9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,6 @@ test:
bench:
stack bench
-refactor:
- for f in $(sourcefiles); do echo $$f; hlint --refactor --refactor-options='-i' --cpp-file=`stack path --dist-dir`/build/autogen/cabal_macros.h $$f >/dev/null ; perl -i'' -ne 'if (/./) { print "\n" x $$n, $$_; $$n = 0 } else { $$n++ }' $$f; done
-
reformat:
for f in $(sourcefiles); do echo $$f; stylish-haskell -i $$f ; done
@@ -60,4 +57,4 @@ download_stats:
clean:
stack clean
-.PHONY: deps quick full install clean test bench changes_github macospkg dist prof download_stats refactor reformat
+.PHONY: deps quick full install clean test bench changes_github macospkg dist prof download_stats reformat