projects
/
yuu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841965f
)
git-describe must be available at recipe definition.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 12:35:34 +0000
(14:35 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 12:35:34 +0000
(14:35 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f8ecaf383122d154d052b923fa5fd89f86c4ad09..5a2a04cc43c802a5aef76edcd5842e0c9f99a364 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,7
@@
#!/usr/bin/make -f
+include rules/git.mk
+
APPLICATION := yuu
DISTDIR := build/dist
VERSION := $(call git-describe)
@@
-92,7
+94,6
@@
$(DISTROOT).bare.zip: | .git
include rules/programs.mk
include rules/javascript.mk
include rules/icons.mk
-include rules/git.mk
include rules/node-webkit.mk
include rules/pngcrush.mk