Makefile - removed 'refactor' target.
This commit is contained in:
parent
19d86132a8
commit
738880bfcb
1 changed files with 1 additions and 4 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in a new issue