Playing with Java CLI
make buildBuilds 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-imageBuilds only the GraalVM Native Image.
make cleanRemoves the build/ directory.