26846df07e2e9dc53dec9a4a4d7a0fc697838441
[match/match.git] / program / run-optimized
1 #!/bin/bash
2 make all-optimized && exec ghci -hisuf O.hi -osuf O.o Test "$@"