her.esy.fun/build.sh

4 lines
142 B
Bash
Raw Normal View History

2020-05-25 20:28:06 +00:00
#!/bin/sh
mkdir -p _shake
ghc --make Shakefile.hs -rtsopts -threaded -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake/build "$@"