Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison Makefile @ 25:18681e5ae6e4
fix some more bugs
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 04:38:43 -0500 |
parents | 40748b097655 |
children | 36dd4701e0ba |
comparison
equal
deleted
inserted
replaced
24:daa801fe719e | 25:18681e5ae6e4 |
---|---|
5 files.c directive.c eval.c macro.c output.c \ | 5 files.c directive.c eval.c macro.c output.c \ |
6 place.c array.c utils.c | 6 place.c array.c utils.c |
7 NOMAN= 1 | 7 NOMAN= 1 |
8 WARNS= 5 | 8 WARNS= 5 |
9 | 9 |
10 DBG=-g | |
11 | |
10 .include <bsd.prog.mk> | 12 .include <bsd.prog.mk> |