WEBROOT = /var/www/tracker.0x7c0.com FILES = index.html style.css all: ${FILES} index.html: index.7 mandoc -T html -O style=style.css index.7 > index.html install: ${FILES} install -c -m 644 ${FILES} ${WEBROOT} clean: rm -f index.html