Playing with Java CLI
make build
Builds the jar files and put them into build/libs/.
Will also build the GraalVM Native Image and put them into build/graal/.
make build-native-image
Builds only the GraalVM Native Image.
make clean
Removes the build/ directory.