aboutsummaryrefslogtreecommitdiffstats
path: root/doc/GNUmakefile
blob: 23aa9d564967052750fe84be0ab7a5d93c15e416 (plain)
1
2
3
4
5
6
7
all: AFBClient.html

AFBClient.html: AFBClient.txt
	asciidoc -a max-width=55em $^

clean:
	rm -f AFBClient.html