Skip to content

Commit

Permalink
Add JAVACFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaRGB committed Sep 2, 2021
1 parent fca4801 commit 4943eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/PushChar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jni-bin: jni-src

bin: src
mkdir -p bin
javac -sourcepath src $(SRCFILES) -d bin
javac $(JAVACFLAGS) -sourcepath src $(SRCFILES) -d bin
$(foreach res,$(RESFILES),cp src/$(res) bin/$(res);)

doc: src
mkdir -p doc
javadoc -sourcepath src $(PACKAGES) -d doc
javadoc $(JAVADOCFLAGS) -sourcepath src $(PACKAGES) -d doc

pushchar-legacy.jar: bin
export COPYFILE_DISABLE=true
Expand Down

0 comments on commit 4943eb6

Please # to comment.