X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/affb6e6a27325110e9f65c16506779eacf8c6c36..256efdfa511d8d7d820ac565b5125271bc58ccf6:/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 "$@"