diff Makefile @ 6:0601b6e8e53d

checkpoint - can find files
author David A. Holland
date Sun, 19 Dec 2010 18:55:51 -0500
parents ee9a66b87c70
children 97243badae69
line wrap: on
line diff
--- a/Makefile	Sun Dec 19 17:53:49 2010 -0500
+++ b/Makefile	Sun Dec 19 18:55:51 2010 -0500
@@ -1,7 +1,7 @@
 #	$NetBSD$
 
 PROG=	tradcpp
-SRCS=	main.c array.c utils.c
+SRCS=	main.c files.c array.c utils.c
 WARNS=	5
 
 .include <bsd.prog.mk>