Skip to content

Commit

Permalink
Add BUILD target for JScheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvoskuhl committed Jan 30, 2020
1 parent 416e37c commit 142c338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jscheme/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
java_binary(
name = "jscheme",
srcs = glob(["*.java"]),
main_class = "jscheme.Scheme"
)

0 comments on commit 142c338

Please sign in to comment.