summaryrefslogtreecommitdiff
path: root/Makefile
blob: 23c4e7998a71ae6b7a1011663d9e12f3ad96dfdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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/