1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00
kickc/Makefile

11 lines
133 B
Makefile
Raw Normal View History

all:
mvn package -DskipTests
test:
mvn package
clean:
mvn clean
doxygen:
2021-06-20 08:07:38 +00:00
mkdir -p target
doxygen src/main/doxygen/doxygen.conf