[artoolkit-commits] artoolkit/examples/simpleVRML Makefile.in, 1.1, 1.2
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Wayne P. <ti...@us...> - 2007-03-13 04:57:30
|
Update of /cvsroot/artoolkit/artoolkit/examples/simpleVRML In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv944 Modified Files: Makefile.in Log Message: Added -f flag so that if the target doesn't exist we don't get a fatal error Index: Makefile.in =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simpleVRML/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.in 1 Dec 2004 04:54:47 -0000 1.1 --- Makefile.in 13 Mar 2007 04:57:30 -0000 1.2 *************** *** 41,48 **** clean: -rm -f *.o *~ *.bak ! -rm $(TARGET) allclean: -rm -f *.o *~ *.bak ! -rm $(TARGET) -rm -f Makefile --- 41,48 ---- clean: -rm -f *.o *~ *.bak ! -rm -f $(TARGET) allclean: -rm -f *.o *~ *.bak ! -rm -f $(TARGET) -rm -f Makefile |