Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison Makefile @ 20:40748b097655
add output.
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 04:03:35 -0500 |
parents | 76da41da923f |
children | 18681e5ae6e4 |
comparison
equal
deleted
inserted
replaced
19:f9792a9ec704 | 20:40748b097655 |
---|---|
1 # $NetBSD$ | 1 # $NetBSD$ |
2 | 2 |
3 PROG= tradcpp | 3 PROG= tradcpp |
4 SRCS= main.c files.c directive.c eval.c macro.c place.c array.c utils.c | 4 SRCS= main.c \ |
5 files.c directive.c eval.c macro.c output.c \ | |
6 place.c array.c utils.c | |
7 NOMAN= 1 | |
5 WARNS= 5 | 8 WARNS= 5 |
6 | 9 |
7 .include <bsd.prog.mk> | 10 .include <bsd.prog.mk> |