# Makefile for cproxy_filter docs

filter_cproxy.html: overview.txt
	markdown $< >$@

clean:
	rm -f filter_cproxy.html *~   # -f not to complain of missing files


