aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 210a89e7a1ac0df61e99c1501783c47ac049d52b (plain)
1
2
3
4
5
6
7
8
# $Id$

PROG=	weasel
NOMAN=
DEBUG+= -Wall -ggdb
LDADD+=	-lcurses -lpthread

. include <bsd.prog.mk>