mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-23 16:48:07 +02:00
removed unnecessary settings
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user