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 bb9a7cb commit 312f70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/Hexcellent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ eclipseclean:

bin: src
mkdir -p bin
javac -classpath dep/ual.jar -sourcepath src $(SRCFILES) -d bin
javac $(JAVACFLAGS) -classpath dep/ual.jar -sourcepath src $(SRCFILES) -d bin

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

hexcellent.jar: bin
export COPYFILE_DISABLE=true
Expand Down

0 comments on commit 312f70a

Please sign in to comment.