diff options
| author | Taro L. Saito <leo@xerial.org> | 2010-04-19 23:34:18 +0900 |
|---|---|---|
| committer | Taro L. Saito <leo@xerial.org> | 2010-04-19 23:34:18 +0900 |
| commit | d693d9270225eb6e6ab133b124f1adc626ed319c (patch) | |
| tree | e7f4c1b8a620c26ba7365b06340ed5b4564a2d1c /java/Makefile | |
| parent | f2622e54e350bcec9233084a0d52eb61dcdeddb1 (diff) | |
| download | msgpack-python-d693d9270225eb6e6ab133b124f1adc626ed319c.tar.gz | |
removed unnecessary settings
Diffstat (limited to 'java/Makefile')
| -rwxr-xr-x | java/Makefile | 10 |
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
|
