mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
3f5e869b65
- modified for GNO base build center.c: - prototyped functions, general code cleanup center.1, center.desc, center.rez: - initial checkin
12 lines
161 B
Makefile
12 lines
161 B
Makefile
#
|
|
# $Id: Makefile,v 1.2 1999/02/16 06:04:11 gdr-ftp Exp $
|
|
#
|
|
|
|
PROG = center
|
|
SRCS = center.c
|
|
STACK = 768
|
|
# observed stack: 676 bytes
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|
|
|