comparison Makefile @ 4:ee9a66b87c70

Initial version of toplevel and options handling.
author David A. Holland
date Sun, 19 Dec 2010 17:52:59 -0500
parents
children 0601b6e8e53d
comparison
equal deleted inserted replaced
3:bfa97d43197e 4:ee9a66b87c70
1 # $NetBSD$
2
3 PROG= tradcpp
4 SRCS= main.c array.c utils.c
5 WARNS= 5
6
7 .include <bsd.prog.mk>