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
Fix Makefile to not ignore xref return code
pull/3/head
Tuncer Ayaz
13 years ago
parent
39858c1bf7
commit
79a580200d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -12,7 +12,7 @@ debug:
check
:
debug
xref
dialyzer
xref
:
-
@./rebar xref
@./rebar xref
dialyzer
:
dialyzer_warnings
@diff -U0 dialyzer_reference dialyzer_warnings
Write
Preview
Loading…
Cancel
Save