mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
17 lines
195 B
Makefile
17 lines
195 B
Makefile
![]() |
|
||
|
.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
|