comparison 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
comparison
equal deleted inserted replaced
7:b8167949474a 8:97243badae69
1 # $NetBSD$ 1 # $NetBSD$
2 2
3 PROG= tradcpp 3 PROG= tradcpp
4 SRCS= main.c files.c array.c utils.c 4 SRCS= main.c files.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>