This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Add helper makefile; update bootstrap to always build w/ debug_info
Dave Smith
15 years ago
parent
b2cfdcb34a
commit
564b99334d
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+1
-0
bootstrap
+ 2
- 0
Makefile
View File
@ -0,0 +1,2 @@
all
:
./bootstrap
+ 1
- 0
bootstrap
View File
@ -17,6 +17,7 @@ main(Args) ->
%% Compile all src/*.erl to ebin
case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"},
debug_info,
{d, 'BUILD_TIME', Built}]) of
up_to_date ->
ok;
Write
Preview
Loading…
Cancel
Save