mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
added pom.xml
This commit is contained in:
parent
11f7aa4212
commit
20fe9b6dde
4 changed files with 150 additions and 0 deletions
16
java/Makefile
Executable file
16
java/Makefile
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
.PHONY: compile test eclipse clean
|
||||
|
||||
|
||||
compile:
|
||||
mvn compile
|
||||
|
||||
test:
|
||||
mvn test
|
||||
|
||||
# generate .project and .classpath file for Eclipse
|
||||
eclipse:
|
||||
mvn eclipse:eclipse
|
||||
|
||||
clean:
|
||||
mvn clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue