Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison Makefile @ 17:76da41da923f
added macro table
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 01:15:43 -0500 |
parents | 9dda765ee85c |
children | 40748b097655 |
comparison
equal
deleted
inserted
replaced
16:9dda765ee85c | 17:76da41da923f |
---|---|
1 # $NetBSD$ | 1 # $NetBSD$ |
2 | 2 |
3 PROG= tradcpp | 3 PROG= tradcpp |
4 SRCS= main.c files.c directive.c eval.c place.c array.c utils.c | 4 SRCS= main.c files.c directive.c eval.c macro.c place.c array.c utils.c |
5 WARNS= 5 | 5 WARNS= 5 |
6 | 6 |
7 .include <bsd.prog.mk> | 7 .include <bsd.prog.mk> |