X-Git-Url: https://mattmccutchen.net/match/match.git/blobdiff_plain/7b8c0e4e53d51ee1d3207493738ee9a36e7181d8..74d68e6be8770be0978b89d1c8dda95314d4712d:/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 "$@"