Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 332 Bytes

CLI Tools

Playing with Java CLI

How to use it?

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.