1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-11 01:29:36 +00:00
kickc/Makefile

11 lines
130 B
Makefile
Raw Normal View History

all:
mvn package -DskipTests
test:
mvn package
clean:
mvn clean
doxygen:
mkdir target
doxygen src/main/doxygen/doxygen.conf