X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;h=49202f2483a110ae8496418f915e136ffcba8cc0;hp=93311639dcd43f18b896aadf920eac02a2b10649;hb=9271b834f0f1ca988f0374cad6a8cc0cce274ee0;hpb=38a8895c3e94480eb3b2b03a56f664a204d11489 diff --git a/Makefile b/Makefile index 9331163..49202f2 100644 --- 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)