Mercurial > ~dholland > hg > tradcpp > index.cgi
diff Makefile @ 17:76da41da923f
added macro table
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 01:15:43 -0500 |
parents | 9dda765ee85c |
children | 40748b097655 |
line wrap: on
line diff
--- a/Makefile Mon Dec 20 00:32:20 2010 -0500 +++ b/Makefile Mon Dec 20 01:15:43 2010 -0500 @@ -1,7 +1,7 @@ # $NetBSD$ PROG= tradcpp -SRCS= main.c files.c directive.c eval.c place.c array.c utils.c +SRCS= main.c files.c directive.c eval.c macro.c place.c array.c utils.c WARNS= 5 .include <bsd.prog.mk>