mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-01 22:31:43 +00:00
0acddc1899
- renamed makefile.mk to Makefile
10 lines
157 B
Makefile
10 lines
157 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
#
|
|
# Created by Dave Tribby, July 1997
|
|
|
|
# Program name
|
|
PROG= head
|
|
|
|
.INCLUDE : <gno.prog.mk>
|