1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-04 14:30:04 +00:00

Added Makefile for ease of use. Closes #520

This commit is contained in:
jespergravgaard 2020-09-28 00:10:11 +02:00
parent fa0de1e789
commit b02215e723

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
mvn package -DskipTests
test:
mvn package
clean:
mvn clean