diff Makefile @ 8:97243badae69

split place stuff to its own file
author David A. Holland
date Sun, 19 Dec 2010 19:15:55 -0500
parents 0601b6e8e53d
children f6177d3ed5c2
line wrap: on
line diff
--- a/Makefile	Sun Dec 19 19:08:24 2010 -0500
+++ b/Makefile	Sun Dec 19 19:15:55 2010 -0500
@@ -1,7 +1,7 @@
 #	$NetBSD$
 
 PROG=	tradcpp
-SRCS=	main.c files.c array.c utils.c
+SRCS=	main.c files.c place.c array.c utils.c
 WARNS=	5
 
 .include <bsd.prog.mk>