aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-28 19:12:30 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-28 19:12:30 +0200
commit896ecc19dd69e69993dc4fac17b983aeee7f916d (patch)
tree00d0ae4ab5b9b80778fc4132aac679076b1f5cb0 /Makefile
parentfix dependency spello: nefa ==> nafe (diff)
downloadsplashtool-896ecc19dd69e69993dc4fac17b983aeee7f916d.tar.gz
splashtool-896ecc19dd69e69993dc4fac17b983aeee7f916d.tar.bz2
splashtool-896ecc19dd69e69993dc4fac17b983aeee7f916d.tar.xz
specify utf-8 encoding when compiling java files1381025109
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80d0a9b..391d911 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ classes: bin/Assemble.class
bin/Assemble.class: src/Assemble.java
mkdir -p bin
- javac -cp src -s src -d bin src/Assemble.java
+ javac -cp src -s src -d bin -encoding UTF-8 src/Assemble.java
install: bin/Assemble.class splashtool.info.gz