Improve default target name.
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 10 Nov 2013 16:48:02 +0000 (11:48 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 10 Nov 2013 16:48:02 +0000 (11:48 -0500)
Makefile

index ee66ba1..e5a2075 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-.PHONY: all compile clean dialyze
+.PHONY: fresh-build compile clean dialyze
 
-all: clean compile
+fresh-build: clean compile
 
 compile:
        @rebar compile
This page took 0.021571 seconds and 4 git commands to generate.