mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
10 lines
156 B
Makefile
10 lines
156 B
Makefile
|
#
|
||
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||
|
#
|
||
|
# Created by Dave Tribby, July 1997
|
||
|
|
||
|
# Program name
|
||
|
PROG= cat
|
||
|
|
||
|
.INCLUDE : <gno.prog.mk>
|