ghcjs-commonjs/examples/pandoc/Makefile

5 lines
100 B
Makefile
Raw Normal View History

2016-06-22 22:54:27 +03:00
build-split:
stack clean && stack build
build-opt:
stack clean && stack build --ghc-options="-O2"