From 6c97fb41d514e3c4f00412676a7306d9762062fe Mon Sep 17 00:00:00 2001 From: megacz Date: Sat, 28 Feb 2009 12:49:36 -0800 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf26ab3..07e2866 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ jars = lib/kd.jar:lib/trove-0.1.8.jar:lib/sil-0.43b-am1.jar:lib/jogl/jogl.jar:lib/jogl/gluegen-rt.jar all: mkdir -p build - cp *.stl build + cp sample-stl/*.stl build javac -cp $(jars) -d build `find src -name \*.java` nice -n 19 java -Xmx1200m -Djava.library.path=lib/jogl -cp $(jars):build edu.berkeley.qfat.Main -- 1.7.10.4