view Makefile @ 31:39901e11b1aa

inlinedefs is a hack, so hack it up
author David A. Holland
date Mon, 20 Dec 2010 06:54:59 -0500
parents 18681e5ae6e4
children 36dd4701e0ba
line wrap: on
line source

#	$NetBSD$

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

DBG=-g

.include <bsd.prog.mk>