# # NetSurf test site build makefile DESTDIR?=/tmp .PHONY:install all all: @echo "install target is probably what you want" install: cp -a html monkey-test "${DESTDIR}"/html/ cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/