mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-04-08 14:37:40 +00:00
Added Makefile for ease of use. Closes #520
This commit is contained in:
parent
fa0de1e789
commit
b02215e723
7
Makefile
Normal file
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
all:
|
||||
mvn package -DskipTests
|
||||
test:
|
||||
mvn package
|
||||
clean:
|
||||
mvn clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user