Added nroff source files to clean: target.
1 parent bf9649e commit 9b27a98b23c75a65e570f94dc547ac78d40c91d3
@tundra tundra authored on 20 Jan 2005
Showing 1 changed file
View
4
makefile
# Build a release of tconfpy using 'make'
# $Id: makefile,v 1.109 2005/01/20 10:11:39 tundra Exp $
# $Id: makefile,v 1.110 2005/01/20 10:14:39 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
#####
# Actual Build Rules
#####
 
clean:
@rm -rf ${DIR} ${DOCFILES} ${PORTNAME} ${PROGFILES} ${SUPPFILES} ${TARBALL} ${TMPFILE} *.pyc *~
@rm -rf ${DIR} ${DOCFILES} ${PORTNAME} ${PROGFILES} ${SUPPFILES} ${TARBALL} ${TMPFILE} ${PROGNAME}.3 ${TESTPROG}.1 *.pyc *~
 
version:
@echo ${VERSION}