From 614574c4a697c12338766b1d7914733ddf63a7ab Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sun, 12 Feb 2017 16:51:54 +0100 Subject: [PATCH] Fix makefile --- Makefile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.base b/Makefile.base index 9396588..a88eb4a 100644 --- a/Makefile.base +++ b/Makefile.base @@ -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 -- 2.27.0