summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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/