This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-14 19:19:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7cf35a88ba
rebar
/
rebar.config
3 lines
58 B
Text
Raw
Normal View
History
Unescape
Escape
Connected up symlinking the list of progs in rebar.config/app_bin to the OTP bin dir.
2009-11-30 19:02:09 +00:00
{app_bin, ["priv/rebar"]}.
Enable fail_on_warning by default
2009-12-14 14:27:58 +00:00
{erl_opts, [fail_on_warning]}.
Reference in a new issue
Copy permalink