waf/playground/erlang/wscript

9 lines
109 B
Python

#! /usr/bin/env python
def configure(conf):
conf.load('erlang')
def build(bld):
bld(source='hello.erl')