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 97d735c commit 3063e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/AnimalPrints/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ eclipseclean:

bin: src
mkdir -p bin
javac -classpath dep/nrserial.jar:dep/ual.jar -sourcepath src $(SRCFILES) -d bin
javac $(JAVACFLAGS) -classpath dep/nrserial.jar:dep/ual.jar -sourcepath src $(SRCFILES) -d bin
$(foreach res,$(RESFILES),cp src/$(res) bin/$(res);)

doc: src
mkdir -p doc
javadoc -classpath dep/nrserial.jar:dep/ual.jar -sourcepath src $(PACKAGES) -d doc
javadoc $(JAVADOCFLAGS) -classpath dep/nrserial.jar:dep/ual.jar -sourcepath src $(PACKAGES) -d doc

animalprints.jar: bin
export COPYFILE_DISABLE=true
Expand Down

0 comments on commit 3063e93

Please sign in to comment.