Tuesday, April 6, 2010

OpenCL Studio And More

OpenCL Studio:
http://www.opencldev.com/

Skew Matrix OSG 2.83:
http://www.openscenegraph.org/projects/osg/wiki/News/Press/OSG2.8.3

Clean Code For Your Makefiles:

clean:
rm -f $(EXE) *.o
rm -f *~

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Just thought I'd note that you must begin the last two lines with tabs, otherwise you will get a "missing separator" error when you try and do the make.

    ReplyDelete