view Makefile @ 197:f5981d0ee2b4

fix typo in error message; noted by Joerg
author David A. Holland
date Sat, 05 Dec 2015 18:07:58 -0500
parents 36dd4701e0ba
children
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
WARNS=	5

#DBG=-g

.include <bsd.prog.mk>