Mercurial > ~dholland > hg > tradcpp > index.cgi
view Makefile @ 51:bec1eb5ac326
Use -x + '' to get the output redirection to work correctly.
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Sun, 31 Mar 2013 06:07:32 +0200 |
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>