summaryrefslogtreecommitdiff
path: root/make.morph
blob: 466a86291ad7e1afb950e78d3eb84dd6eb64826f (plain)
1
2
3
4
5
6
7
8
{
    "name": "make",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\" --disable-nls"
    ]
}