mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 11:09:33 +00:00
7 lines
66 B
Erlang
7 lines
66 B
Erlang
|
-module(custom_config).
|
||
|
|
||
|
-compile(export_all).
|
||
|
|
||
|
test() ->
|
||
|
ok.
|