Mercurial > ~dholland > hg > tradcpp > index.cgi
view Makefile @ 113:1e7144176a42
Print a warning if we get an unexpected error trying to open a file.
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 13:55:09 -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>