1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-06 00:25:43 +00:00
Files
kickc/Makefile
2021-06-19 22:37:48 +02:00

11 lines
130 B
Makefile

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