mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-23 05:30:18 +00:00
fef1481080
- renamed makefile.mk to Makefile
10 lines
155 B
Makefile
10 lines
155 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
#
|
|
# Created by Dave Tribby, July 1997
|
|
|
|
# Program name
|
|
PROG= wc
|
|
|
|
.INCLUDE : <gno.prog.mk>
|