mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-07 23:07:29 +00:00
8 lines
68 B
Makefile
8 lines
68 B
Makefile
all:
|
|
mvn package -DskipTests
|
|
test:
|
|
mvn package
|
|
clean:
|
|
mvn clean
|
|
|