view Makefile @ 7:b8167949474a

make places work better
author David A. Holland
date Sun, 19 Dec 2010 19:08:24 -0500
parents 0601b6e8e53d
children 97243badae69
line wrap: on
line source

#	$NetBSD$

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

.include <bsd.prog.mk>