summaryrefslogtreecommitdiff
path: root/config/erlang.mpb
blob: cee9308b543d5179c8b0b578127ad2a44df05656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project {
  requires += erlang

  Define_Custom(Erlang) {
    automatic_in      = 1
    automatic_out     = 1
    command           = erlc
    inputext          = .erl, .yrl, .mib, .bin, .rel, .asn1, .idl
    generic_outputext = .beam, .jam, .erl, .hrl, .bin, .rel, .boot, .asn1db
    keyword erlcflags = commandflags
  }
}