summary refs log tree commit diff stats
path: root/java/jbld
blob: 6acd61413afc817084fc55c0680dc03a62c215eb (plain) (blame)
1
2
3
4
5
#!/bin/sh
# Compile provided Java files, keeping class files under `build/`.

javac --source-path code -d build "$@"