roboservant/Makefile

5 lines
280 B
Makefile
Raw Normal View History

2020-06-06 17:24:56 +03:00
testwatch:
2020-11-16 20:16:11 +03:00
ghcid -T main -c 'stack repl --test --ghc-options=-fobject-code' --allow-eval --restart="stack.yaml" --restart="package.yaml" -W
2020-12-17 18:44:02 +03:00
pedanticwatch:
ghcid -c 'stack repl --test --ghc-options=-fobject-code' --allow-eval --restart="stack.yaml" --restart="package.yaml" -W