Merge pull request #12 from fredj/plovr-download

Fix plovr download path
This commit is contained in:
Tom Payne
2012-07-20 10:25:08 -07:00
+1 -1
View File
@@ -97,7 +97,7 @@ webgl-debug.js:
curl https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/debug/webgl-debug.js > $@ curl https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/debug/webgl-debug.js > $@
$(PLOVR_JAR): $(PLOVR_JAR):
curl http://plovr.googlecode.com/files/$(PLOVR_JAR) > $@ curl http://plovr.googlecode.com/files/$(notdir $@) > $@
clean: clean:
rm -f ol-skeleton.js rm -f ol-skeleton.js