mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
11 lines
215 B
Makefile
11 lines
215 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
# $Id: Makefile,v 1.1 1998/02/09 00:19:17 tribby Exp $
|
|
#
|
|
# Created by Dave Tribby, January 1998
|
|
|
|
PROG= kill
|
|
|
|
CFLAGS = -v
|
|
.INCLUDE : /src/gno/prog.mk
|