[Onhm-cvs-commits] CVS: Software Makefile,1.2,1.3
Status: Planning
Brought to you by:
cheezel
|
From: Brian C. <bch...@us...> - 2006-05-20 08:44:17
|
Update of /cvsroot/onhm/Software In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11752 Modified Files: Makefile Log Message: Added the 'clean' target. Index: Makefile =================================================================== RCS file: /cvsroot/onhm/Software/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 6 Dec 2005 12:14:32 -0000 1.2 --- Makefile 20 May 2006 08:44:10 -0000 1.3 *************** *** 37,40 **** --- 37,44 ---- common: components + clean: + @-rm -Rf .libs + @-rm -Rf .bin + # # Build the logger. |