aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 1bd8fb892187e9662e5fe06d4d64b0ae9c7cccbf (plain)
1
2
3
4
5
6
7
fref: fref.lex
	lex fref.lex
	cc -std=c89 -O2 -o fref lex.yy.c -lfl

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