fix Makefile
authormegacz <adam@megacz.com>
Sat, 28 Feb 2009 20:49:36 +0000 (12:49 -0800)
committermegacz <adam@megacz.com>
Sat, 28 Feb 2009 20:49:36 +0000 (12:49 -0800)
Makefile

index bf26ab3..07e2866 100644 (file)
--- 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