comparison Makefile @ 15:f6177d3ed5c2

handle directives
author David A. Holland
date Sun, 19 Dec 2010 21:42:01 -0500
parents 97243badae69
children 9dda765ee85c
comparison
equal deleted inserted replaced
14:5045b9678bb0 15:f6177d3ed5c2
1 # $NetBSD$ 1 # $NetBSD$
2 2
3 PROG= tradcpp 3 PROG= tradcpp
4 SRCS= main.c files.c place.c array.c utils.c 4 SRCS= main.c files.c directive.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>