Tidy-up Makefile.
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 12 Aug 2014 18:15:41 +0000 (14:15 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 12 Aug 2014 18:15:41 +0000 (14:15 -0400)
Makefile

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