X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/affb6e6a27325110e9f65c16506779eacf8c6c36..93082682db1a115cfe8b485d30df6e4856207d4b:/program/run diff --git a/program/run b/program/run index 7fd903d..ab7d9d2 100755 --- a/program/run +++ b/program/run @@ -1,2 +1,2 @@ #!/bin/bash -make && exec ghci Test "$@" +make && exec ghci -cpp Test "$@"