mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
added dependancies on extern.h
This commit is contained in:
parent
0c2b571d25
commit
1ce49dd801
@ -1,13 +1,17 @@
|
||||
#
|
||||
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||||
# $Id: Makefile,v 1.3 1997/10/03 03:52:54 gdr Exp $
|
||||
#
|
||||
# Created by Dave Tribby, July 1997
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/26 06:24:35 gdr Exp $
|
||||
|
||||
# Program name
|
||||
PROG= tail
|
||||
# Source files
|
||||
SRCS= tail.c forward.c misc.c read.c
|
||||
|
||||
.INCLUDE: /src/gno/prog.mk
|
||||
.INCLUDE : /src/gno/prog.mk
|
||||
|
||||
tail.o:: extern.h
|
||||
forward.o:: extern.h
|
||||
misc.o:: extern.h
|
||||
read.o:: extern.h
|
||||
|
Loading…
Reference in New Issue
Block a user