Mercurial > ~dholland > hg > tradcpp > index.cgi
view Makefile @ 47:2e25e55dba6b
Fix inline usage as per the version in dholland-make2.
author | David A. Holland |
---|---|
date | Sat, 30 Mar 2013 23:05:59 -0400 |
parents | 18681e5ae6e4 |
children | 36dd4701e0ba |
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 NOMAN= 1 WARNS= 5 DBG=-g .include <bsd.prog.mk>