mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
11 lines
221 B
Makefile
11 lines
221 B
Makefile
|
#
|
||
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
||
|
# $Id: Makefile,v 1.1 1998/02/08 23:47:08 tribby Exp $
|
||
|
#
|
||
|
# Created by Dave Tribby, January 1998
|
||
|
|
||
|
PROG= handlesigs
|
||
|
|
||
|
CFLAGS = -v
|
||
|
.INCLUDE : /src/gno/prog.mk
|