mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-01 22:31:43 +00:00
- added CVS identifier
- corrected name and location of prog.mk - set stack size to 1024 (768 was a bit too low)
This commit is contained in:
parent
63754dce1c
commit
a5ad3a71b7
@ -2,6 +2,8 @@
|
||||
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||||
#
|
||||
# Created by Dave Tribby, August 1997
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/24 06:21:24 gdr Exp $
|
||||
|
||||
# Program name
|
||||
PROG= tr
|
||||
@ -14,12 +16,13 @@ SRCS= tr.c str.c
|
||||
OPTIMIZE=79
|
||||
.END
|
||||
|
||||
.INCLUDE : <gno.prog.mk>
|
||||
# Current implementation is using 810 bytes
|
||||
STACK = 1024
|
||||
|
||||
.INCLUDE : /src/gno/prog.mk
|
||||
|
||||
#
|
||||
# Additional dependancies
|
||||
#
|
||||
|
||||
tr.o:: extern.h
|
||||
|
||||
str.o:: extern.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user