1 2 3 4 5 6 7 8 9 10 11
SHELL=/bin/bash DOCS=tracing.html all: ${DOCS} clean: rm -f ${DOCS} %.html: %.txt gen_html.sh ./gen_html.sh $< > $@