mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
corrected path of prog.mk
This commit is contained in:
parent
1b7f428ceb
commit
3cec7d7d1f
@ -2,8 +2,11 @@
|
||||
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||||
#
|
||||
# Created by Dave Tribby, July 1997
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/26 06:15:13 gdr Exp $
|
||||
#
|
||||
|
||||
# Program name
|
||||
PROG= cat
|
||||
|
||||
.INCLUDE : <gno.prog.mk>
|
||||
.INCLUDE : /src/gno/prog.mk
|
||||
|
@ -2,8 +2,10 @@
|
||||
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||||
#
|
||||
# Created by Dave Tribby, July 1997
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/09/26 06:19:35 gdr Exp $
|
||||
|
||||
# Program name
|
||||
PROG = head
|
||||
|
||||
.INCLUDE : <gno.prog.mk>
|
||||
.INCLUDE: /src/gno/prog.mk
|
||||
|
Loading…
Reference in New Issue
Block a user