her.esy.fun/build.sh
Yann Esposito (Yogsototh) a7df9b3959
move to shake
2020-05-25 22:28:06 +02:00

4 lines
142 B
Bash
Executable file

#!/bin/sh
mkdir -p _shake
ghc --make Shakefile.hs -rtsopts -threaded -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake/build "$@"