Skip to content

Commit

Permalink
LN_JSCHEME: Add LNjScheme.jar missing from 1cbc09b (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-8-15 authored and mgorges committed Nov 30, 2020
1 parent 51dfeed commit 1e910ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/ln_jscheme/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME=LNjScheme

android_jars/$(NAME).jar: $(NAME)/*.java
@-mkdir android_jars
rm -f $(NAME)/*.class
javac $(NAME)/Scheme.java
jar cf $@ $(NAME)/*.class
@-mkdir android_jars
rm -f $(NAME)/*.class
javac $(NAME)/Scheme.java
jar cf $@ $(NAME)/*.class
Binary file added modules/ln_jscheme/android_jars/LNjScheme.jar
Binary file not shown.

0 comments on commit 1e910ce

Please sign in to comment.