summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-12-02 23:16:05 +0100
committerNao Pross <naopross@thearcway.org>2018-12-02 23:16:05 +0100
commit1a7142f56e0b426d6762d44b9aafcfeacf7cddd0 (patch)
treef18f3ddb7f6b1bdb88164ab1ca83894203161d8c
parentAdd static class Font, update ActorInfo panel (diff)
downloadSubconscious-java-1a7142f56e0b426d6762d44b9aafcfeacf7cddd0.tar.gz
Subconscious-java-1a7142f56e0b426d6762d44b9aafcfeacf7cddd0.zip
Update makefile to make javac errors more verbose
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c666d9b..a3f220e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ DEBUG=1
# java compiler configuraton
JAVAC := javac
-JAVAC_ARGS := -Xlint:all \
+JAVAC_ARGS := -Xlint:all -Xdiags:verbose \
-classpath lib/gson-2.6.2.jar:. \
-sourcepath src