summaryrefslogtreecommitdiff
path: root/Makefile
blob: 69d46d0e9a6c06665d9b34efe1f738803cebae92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# NetSurf test site build makefile

DESTDIR?=/tmp

.PHONY:install all

all:
	@echo "install target is probably what you want"

install:
	mkdir -p "${DESTDIR}/html" "${DESTDIR}/cgi-bin"
	cp -a html monkey-test "${DESTDIR}"/html/
	cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/