Mercurial > ~dholland > hg > tradcpp > index.cgi
view Makefile @ 175:ffdb0b73856f
Suppress blank lines later.
Fixes the rest of the bizarre spacing behavior described in changeset
82cc6fa54b01.
Expand t39 to cover more cases, too.
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 02:38:04 -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>