view Makefile @ 141:63414cddf09c

Accept and ignore -m32. I thought this had been handled a long time back, but apparently not. :-?
author David A. Holland
date Wed, 10 Jul 2013 13:48:07 -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>