NetBSD/sys/arch/atari/stand/tostools/rawwrite/Makefile
leo 783817cc8b Part of the tostools reorganization. All directories now contain a Makefile
and the user interface to the various tools has been standarized.
1996-01-07 22:05:31 +00:00

12 lines
208 B
Makefile

# $NetBSD: Makefile,v 1.1 1996/01/07 22:06:22 leo Exp $
PROG = rawwrite.ttp
OBJS = rawwrite.o
HEADERS =
include ../Makefile.inc
${PROG}: ${OBJS} ${LDADD}
${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD} ${LIBS}