view Makefile @ 117:c46959e2d9ef

Handle empty arguments properly when there's more than one argument.
author David A. Holland
date Tue, 11 Jun 2013 14:12:06 -0400
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>