aboutsummaryrefslogtreecommitdiff
path: root/Makefile.linux
blob: 03a17a65719e4498f52536c38cff7d9be54cd333 (plain)
1
2
3
4
5
6
7
PROG	 = watch
LDFLAGS	+= -lncurses -lbsd

all: ${PROG}

clean:
	${RM} ${PROG} *.o