summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6294ad2d41b986e1769276fbaf5d07afe5a24084 (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 crashes haveproblems images other works "${DESTDIR}"/html/
	cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/