view Makefile @ 5:7c489c73d62b

Clear commandline_files after processing it.
author David A. Holland
date Sun, 19 Dec 2010 17:53:49 -0500
parents ee9a66b87c70
children 0601b6e8e53d
line wrap: on
line source

#	$NetBSD$

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

.include <bsd.prog.mk>