mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
5f0ab0268e
Handle the case when both .app.src and .app.src.script exist; the script takes precedence.
6 lines
69 B
Erlang
6 lines
69 B
Erlang
-module(app_src_script_2).
|
|
|
|
-compile(export_all).
|
|
|
|
test() ->
|
|
ok.
|