Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison Makefile @ 111:36dd4701e0ba
Don't force -g.
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 13:11:01 -0400 |
parents | 18681e5ae6e4 |
children |
comparison
equal
deleted
inserted
replaced
110:b2f2f30194b8 | 111:36dd4701e0ba |
---|---|
2 | 2 |
3 PROG= tradcpp | 3 PROG= tradcpp |
4 SRCS= main.c \ | 4 SRCS= main.c \ |
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 | |
8 WARNS= 5 | 7 WARNS= 5 |
9 | 8 |
10 DBG=-g | 9 #DBG=-g |
11 | 10 |
12 .include <bsd.prog.mk> | 11 .include <bsd.prog.mk> |