mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-15 15:07:16 +00:00
70d9199214
- use single colon on extra dependancies tail.desc: - only give directory for "Where" describe field
18 lines
343 B
Makefile
18 lines
343 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
# $Id: Makefile,v 1.4 1998/02/19 02:14:25 gdr-ftp Exp $
|
|
#
|
|
# Created by Dave Tribby, July 1997
|
|
|
|
# Program name
|
|
PROG= tail
|
|
# Source files
|
|
SRCS= tail.c forward.c misc.c read.c
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|
|
|
|
tail.o: extern.h
|
|
forward.o: extern.h
|
|
misc.o: extern.h
|
|
read.o: extern.h
|