summaryrefslogtreecommitdiff
path: root/bison.morph
blob: d30e29e3d7544dcc79d9f0a86811acc55a5c312b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "bison",
    "kind": "chunk",
    "configure-commands": [
        "bash bootstrap",
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install"
    ]
}