mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-15 15:07:16 +00:00
13 lines
215 B
Makefile
13 lines
215 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
#
|
|
# Created by Dave Tribby, July 1997
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/09/26 06:15:13 gdr Exp $
|
|
#
|
|
|
|
# Program name
|
|
PROG= cat
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|