diff Makefile @ 15:f6177d3ed5c2

handle directives
author David A. Holland
date Sun, 19 Dec 2010 21:42:01 -0500
parents 97243badae69
children 9dda765ee85c
line wrap: on
line diff
--- a/Makefile	Sun Dec 19 19:51:36 2010 -0500
+++ b/Makefile	Sun Dec 19 21:42:01 2010 -0500
@@ -1,7 +1,7 @@
 #	$NetBSD$
 
 PROG=	tradcpp
-SRCS=	main.c files.c place.c array.c utils.c
+SRCS=	main.c files.c directive.c  place.c array.c utils.c
 WARNS=	5
 
 .include <bsd.prog.mk>