1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-10 12:31:09 +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 10:07:38 +02:00
mkdir -p target
doxygen src/main/doxygen/doxygen.conf