summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-11-04 10:42:42 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-11-04 10:42:42 +0000
commit080d27281b896ac629aeb5babf13615defbeb701 (patch)
tree463438d3728cf0b17c44e0c9fb13373ae68a6413 /Makefile
parent025d5c9ab36c5d5a527001163b775859c4e7b56f (diff)
downloadnetsurf-test-080d27281b896ac629aeb5babf13615defbeb701.tar.gz
netsurf-test-080d27281b896ac629aeb5babf13615defbeb701.tar.bz2
cgi-bin makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a0e6395..6294ad2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ DESTDIR?=/tmp
.PHONY:install all
all:
- @echo "install target is probbaly what you want"
+ @echo "install target is probably what you want"
install:
- cp -a crashes haveproblems images other works ${DESTDIR}/html/
+ cp -a crashes haveproblems images other works "${DESTDIR}"/html/
+ cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/