mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
14 lines
256 B
Makefile
14 lines
256 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
# $Id: Makefile,v 1.1 1997/10/03 04:04:52 gdr Exp $
|
|
#
|
|
# Created by Dave Tribby, September 1997
|
|
|
|
# Program name
|
|
PROG= yes
|
|
|
|
# Delivery directory
|
|
BINDIR = /usr/bin
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|