Restore recursive rm for clean: target.
1 parent 98b271c commit 5c4dabfcb15050b1f2693be89b2bae5fedb46d15
@tundra tundra authored on 2 Mar 2005
Showing 1 changed file
View
4
makefile
# Build a release of tconfpy using 'make'
# $Id: makefile,v 1.103 2005/03/02 08:49:21 tundra Exp $
# $Id: makefile,v 1.104 2005/03/02 09:08:54 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
# Actual Build Rules
#####
 
clean:
@rm -f ${DIR} ${DOCFILES} ${PORTNAME} ${PROGFILES} ${SRCFILES} ${SUPPFILES} ${TARBALL} ${TMPFILE} *.core *~
@rm -rf ${DIR} ${DOCFILES} ${PORTNAME} ${PROGFILES} ${SRCFILES} ${SUPPFILES} ${TARBALL} ${TMPFILE} *.core *~
 
version:
@echo ${VERSION}