Mercurial > ~dholland > hg > tradcpp > index.cgi
diff Makefile @ 20:40748b097655
add output.
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 04:03:35 -0500 |
parents | 76da41da923f |
children | 18681e5ae6e4 |
line wrap: on
line diff
--- a/Makefile Mon Dec 20 03:55:19 2010 -0500 +++ b/Makefile Mon Dec 20 04:03:35 2010 -0500 @@ -1,7 +1,10 @@ # $NetBSD$ PROG= tradcpp -SRCS= main.c files.c directive.c eval.c macro.c place.c array.c utils.c +SRCS= main.c \ + files.c directive.c eval.c macro.c output.c \ + place.c array.c utils.c +NOMAN= 1 WARNS= 5 .include <bsd.prog.mk>