mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
0ed60a2fe1
make these programs use the new chapter 8 generalization for the 'release' target
11 lines
143 B
Makefile
11 lines
143 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1998/04/22 05:09:55 gdr-ftp Exp $
|
|
#
|
|
|
|
PROG = renram5
|
|
STACK = 768
|
|
BINDIR = /sbin
|
|
CHAPTER = 8
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|