Change to a more consistent alignment style.
[hope.git] / Makefile
index 1420ddf..e5a2075 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
-.PHONY: all compile clean
+.PHONY: fresh-build compile clean dialyze
 
-all: clean compile
+fresh-build: clean compile
 
 compile:
        @rebar compile
 
 clean:
        @rebar clean
+
+dialyze:
+       @dialyzer ebin
This page took 0.021247 seconds and 4 git commands to generate.