我创建了一个 erlang 应用程序,我可以在其中使用 application:start(Name) 成功启动应用程序。
我尝试创建一个使用 rebar 编译的 makefile 步骤,然后手动启动应用程序。但这似乎不起作用。这是我现在拥有的:
all: compile start
compile:
./rebar compile
start:
erl -s application load shoutcast -s application start shoutcast
所有这一切都是加载一个交互式 erlang shell