[Phpslash-commit] CVS: phpslash-dev Makefile,1.2,1.3
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-11-23 16:07:40
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21202 Modified Files: Makefile Log Message: added 'clean' target for make Index: Makefile =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 27 Apr 2004 15:10:50 -0000 1.2 --- Makefile 23 Nov 2004 16:07:30 -0000 1.3 *************** *** 49,50 **** --- 49,55 ---- rm ${BSF}.tar rm -rf ${DISTDIR} + + clean: + if [ -d ${DISTDIR} ]; then rm -fr ${DISTDIR}; fi + rm -f ${BSF}.tar.gz + |