Erlang的makefile——小例子_erlang emakefile-CSDN博客

网站介绍:概要:《Erlang程序设计》第六章中的例子。hello.erl-module(hello).-export([start/0]).start() -> io:format("Hello world ~n").shop.erl-module(shop).-export([cost/1]).cost(oranges) -> 5;cost(newspa_erlang emakefile