Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiroo committed Feb 12, 2017
1 parent 9252c65 commit 614574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#SJAR_FLAGS += a list of things to pack, each usually prefixed with "-C src/", for *-sources.jar files

JAVAC = javac
JAVAC_FLAGS += -encoding UTF-8 -d ./bin/ -cp ./src/ -Xdiags:verbose
JAVAC_FLAGS += -encoding UTF-8 -d ./bin/ -cp ./src/
JAVA = java
JAVA_FLAGS += -cp ./bin/
JAR = jar
Expand Down

0 comments on commit 614574c

Please sign in to comment.