mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
590e077340
- renamed makefile.mk to Makefile
12 lines
209 B
Makefile
12 lines
209 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
#
|
|
# Created by Dave Tribby, July 1997
|
|
|
|
# Program name
|
|
PROG= tail
|
|
# Source files
|
|
SRCS= tail.c forward.c misc.c read.c
|
|
|
|
.INCLUDE : <gno.prog.mk>
|