summaryrefslogtreecommitdiff
path: root/n/avr/dongle/Makefile
blob: b8ed64456b781854f1c6238f47e09dff78338405 (plain)
1
2
3
4
5
6
7
8
9
10
DOC = dongle.html

doc: $(DOC)

%.html: %.txt
	aft $<
	test -r $<-TOC && aft $< || true

clean:
	rm -f $(DOC) *.txt-TOC *.bak *~