diff options
author | Nao Pross <naopross@thearcway.org> | 2018-12-02 23:16:05 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-12-02 23:16:05 +0100 |
commit | 1a7142f56e0b426d6762d44b9aafcfeacf7cddd0 (patch) | |
tree | f18f3ddb7f6b1bdb88164ab1ca83894203161d8c /Makefile | |
parent | Add static class Font, update ActorInfo panel (diff) | |
download | Subconscious-java-1a7142f56e0b426d6762d44b9aafcfeacf7cddd0.tar.gz Subconscious-java-1a7142f56e0b426d6762d44b9aafcfeacf7cddd0.zip |
Update makefile to make javac errors more verbose
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |