view Makefile @ 10:800f3a560a3b

move seenfiles to place.c too
author David A. Holland
date Sun, 19 Dec 2010 19:27:14 -0500
parents 97243badae69
children f6177d3ed5c2
line wrap: on
line source

#	$NetBSD$

PROG=	tradcpp
SRCS=	main.c files.c place.c array.c utils.c
WARNS=	5

.include <bsd.prog.mk>