summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorTaro L. Saito <leo@xerial.org>2010-04-19 23:34:18 +0900
committerTaro L. Saito <leo@xerial.org>2010-04-19 23:34:18 +0900
commitd693d9270225eb6e6ab133b124f1adc626ed319c (patch)
treee7f4c1b8a620c26ba7365b06340ed5b4564a2d1c /java/Makefile
parentf2622e54e350bcec9233084a0d52eb61dcdeddb1 (diff)
downloadmsgpack-python-d693d9270225eb6e6ab133b124f1adc626ed319c.tar.gz
removed unnecessary settings
Diffstat (limited to 'java/Makefile')
-rwxr-xr-xjava/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/java/Makefile b/java/Makefile
index 2b6b07d..7885a13 100755
--- a/java/Makefile
+++ b/java/Makefile
@@ -1,6 +1,14 @@
-.PHONY: compile test eclipse clean
+.PHONY: compile test eclipse clean package
+all:
+ compile
+
+package:
+ mvn package
+
+install:
+ mvn install
compile:
mvn compile