| | # Build a release of tperimeter using 'make' |
---|
| | # $Id: makefile,v 1.105 2006/05/01 00:27:28 tundra Exp $ |
---|
| | # $Id: makefile,v 1.106 2006/05/01 00:32:38 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| |
---|
| | @mv ${DOCFILES} ${PROGFILES} ${SUPPFILES} ${DIR} |
---|
| | @tar -czvf ${TARBALL} ${DIR} |
---|
| | @rm -rf ${DIR} |
---|
| | @mv ${DIR}.tar.gz Releases |
---|
| | @gmake clean |
---|
| | |
---|
| | |
---|
| | |
---|
| | |