lots of formatting, refactored out Type.fromArraySpec()
[org.ibex.classgen.git] / Makefile
index 9331163..49202f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-JAVAC = javac
+JAVAC = javac -source 1.3 -target 1.3
 sources = $(shell find src -name '*.java')
 classes = $(sources:src/%.java=build/%.class)
 jar_classes = $(classes)