gno/usr.bin/colcrt/Makefile
gdr-ftp 9103cfa195 Makefile:
abbreviated some macros
colcrt.desc:
	changed 'trenco.myrias.com' to 'ftp.gno.org'
tests/dotests, tests/fulltests:
	changed paths of $testcmd and $trcmd
1998-03-08 17:36:38 +00:00

19 lines
411 B
Makefile
Executable File

# @(#)Makefile 8.1 (Berkeley) 6/6/93
#
# Modified for GNO (Apple IIgs) and dmake(1) by Steve Reeves, January 1998
#
# $Id: Makefile,v 1.2 1998/03/08 17:36:27 gdr-ftp Exp $
PROG= colcrt
BINDIR= /usr/bin
DEFINES+= -DNOID
# Default stack size and optimization (can be overridden by cmd line)
# These values have been tested and certified as working
STACK *= 1024
OPTIMIZE *= 127
.INCLUDE: /src/gno/prog.mk