aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b873524811a85bf859dab9c4a6e2b02a418aa8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS += -std=c89
LDLIBS += -lfl

fref: fref.c

fref.c: fref.lex
	flex -ofref.c fref.lex

install: fref
	install fref /usr/local/bin
	install -m 644 fref.1 /usr/local/man/man1