summaryrefslogtreecommitdiff
path: root/gi
blob: 8101348ed45cb43b73f8345b0a4fb77c6895fecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
args="-fwarn-unused-imports"

root=${0%/*}
cd "$root"

me=g
ghci                                 \
    -hidir build/$me -odir build/$me \
    -iPresence                       \
    -iArchive                        \
    build/b/Presence/monitortty.o    \
    $args                            \
    "$@"