This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Remove more unused things from the Makefile
pull/4/head
Andrew Thompson
14 years ago
parent
9cbb72c3ca
commit
734b8af161
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
Makefile
+ 0
- 5
Makefile
View File
@ -1,8 +1,3 @@
REPO
?=
riak
RIAK_TAG
=
$(
shell git describe --tags
)
REVISION
?=
$(
shell
echo
$(
RIAK_TAG
)
|
sed -e
's/^$(REPO)-//'
)
PKG_VERSION
?=
$(
shell
echo
$(
REVISION
)
|
tr - .
)
.PHONY
:
rel
stagedevrel
deps
test
all
:
deps
compile
Write
Preview
Loading…
Cancel
Save