From: Siraaj Khandkar Date: Sun, 10 Nov 2013 16:48:02 +0000 (-0500) Subject: Improve default target name. X-Git-Tag: 1.0.0~34 X-Git-Url: https://git.xandkar.net/?p=hope.git;a=commitdiff_plain;h=4ecf3dea2b2fb10921914c92fef109113d5124a2 Improve default target name. --- diff --git a/Makefile b/Makefile index ee66ba1..e5a2075 100644 --- 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