view Makefile @ 17:76da41da923f

added macro table
author David A. Holland
date Mon, 20 Dec 2010 01:15:43 -0500
parents 9dda765ee85c
children 40748b097655
line wrap: on
line source

#	$NetBSD$

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

.include <bsd.prog.mk>