gno/bin/rm/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