home
/
code
/
hope.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6731749
)
Add dialyzer target.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 10 Nov 2013 16:47:06 +0000
(11:47 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 10 Nov 2013 16:47:06 +0000
(11:47 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
1420ddf
..
ee66ba1
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-.PHONY: all compile clean
+.PHONY: all compile clean
dialyze
all: clean compile
@@
-7,3
+7,6
@@
compile:
clean:
@rebar clean
+
+dialyze:
+ @dialyzer ebin
This page took
0.029572 seconds
and
4
git commands to generate.