her.esy.fun/engine/build.sh
Yann Esposito (Yogsototh) 9ddc693b3a
New system in place
2020-06-27 14:57:04 +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 "$@"