summaryrefslogtreecommitdiff
path: root/Makefile
blob: b355b9d037e8c0ba9a8af6294a36f4ccee6360fa (plain)
1
2
3
4
5
6
7
# $Id$

DEBUG+=	-Wall
PROG=		tekilda
SRCS=		tekilda.c tekplot.c

.include <bsd.prog.mk>