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 check target to Makefile
pull/3/head
Tuncer Ayaz
13 years ago
parent
3fa6f6ab7c
commit
c2a5d286f0
1 changed files
with
9 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
Makefile
+ 9
- 1
Makefile
View File
@ -2,4 +2,12 @@ all:
./bootstrap
./bootstrap
clean
:
clean
:
@rm -rf rebar ebin/*.beam inttest/rt.work
@rm -rf rebar ebin/*.beam inttest/rt.work
debug
:
./bootstrap debug
check
:
debug
-@./rebar xref
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling
\
-Wrace_conditions -Wunderspecs
Write
Preview
Loading…
Cancel
Save