mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-06 19:30:34 +00:00
13 lines
253 B
Makefile
13 lines
253 B
Makefile
#
|
|
# This makefile is intended for use with dmake(1) on Apple IIGS
|
|
# $Id: Makefile,v 1.1 1999/05/27 00:27:20 tribby Exp $
|
|
#
|
|
# Created by Dave Tribby, May 1999
|
|
|
|
# Program name
|
|
PROG= rm
|
|
# Source files
|
|
SRCS= rm.c stat_flags.c
|
|
|
|
.INCLUDE : /src/gno/prog.mk
|