comparison Makefile @ 16:9dda765ee85c

expression evaluator
author David A. Holland
date Mon, 20 Dec 2010 00:32:20 -0500
parents f6177d3ed5c2
children 76da41da923f
comparison
equal deleted inserted replaced
15:f6177d3ed5c2 16:9dda765ee85c
1 # $NetBSD$ 1 # $NetBSD$
2 2
3 PROG= tradcpp 3 PROG= tradcpp
4 SRCS= main.c files.c directive.c place.c array.c utils.c 4 SRCS= main.c files.c directive.c eval.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>