comparison Makefile @ 6:0601b6e8e53d

checkpoint - can find files
author David A. Holland
date Sun, 19 Dec 2010 18:55:51 -0500
parents ee9a66b87c70
children 97243badae69
comparison
equal deleted inserted replaced
5:7c489c73d62b 6:0601b6e8e53d
1 # $NetBSD$ 1 # $NetBSD$
2 2
3 PROG= tradcpp 3 PROG= tradcpp
4 SRCS= main.c array.c utils.c 4 SRCS= main.c files.c array.c utils.c
5 WARNS= 5 5 WARNS= 5
6 6
7 .include <bsd.prog.mk> 7 .include <bsd.prog.mk>