- Implement CS2 min-cost-flow adaptor and generalize common min-cost-flow stuff
[match/match.git] / program / run-optimized
1 #!/bin/bash
2 make all-optimized && exec ghci -hisuf O.hi -osuf O.o Test "$@"