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

DESTDIR?=/tmp

.PHONY:install all

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

install:
	cp -a crashes haveproblems images other works ${DESTDIR}/html/