view Makefile @ 16:9dda765ee85c

expression evaluator
author David A. Holland
date Mon, 20 Dec 2010 00:32:20 -0500
parents f6177d3ed5c2
children 76da41da923f
line wrap: on
line source

#	$NetBSD$

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

.include <bsd.prog.mk>