Tidy-up Makefile.
[hope.git] / Makefile
index 1420ddf..732cd85 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,18 @@
-.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.025813 seconds and 4 git commands to generate.