summary refs log tree commit diff stats
path: root/java/jbld
diff options
context:
space:
mode:
Diffstat (limited to 'java/jbld')
-rwxr-xr-xjava/jbld5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/jbld b/java/jbld
new file mode 100755
index 0000000..6acd614
--- /dev/null
+++ b/java/jbld
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Compile provided Java files, keeping class files under `build/`.
+
+javac --source-path code -d build "$@"
+