File: build.sh

package info (click to toggle)
haskell-shake 0.19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,412 kB
  • sloc: haskell: 12,008; javascript: 977; ansic: 39; makefile: 12; sh: 2
file content (3 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
mkdir -p _shake
ghc --make Shakefile.hs -rtsopts -threaded -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake/build "$@"