home
/
code
/
hope.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ac148
)
Tidy-up Makefile.
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 12 Aug 2014 18:15:41 +0000
(14:15 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 12 Aug 2014 18:15:41 +0000
(14:15 -0400)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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.027944 seconds
and
4
git commands to generate.