mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-15 15:07:16 +00:00
12 lines
147 B
Makefile
12 lines
147 B
Makefile
|
#
|
||
|
# Devin Reade, 1997.
|
||
|
#
|
||
|
# $Id: Makefile,v 1.1 1997/09/26 06:40:51 gdr Exp $
|
||
|
#
|
||
|
|
||
|
# Program name
|
||
|
PROG = true
|
||
|
STACK = 512
|
||
|
|
||
|
.INCLUDE: /src/gno/prog.mk
|