summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23c4e79..69d46d0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,6 @@ all:
@echo "install target is probably what you want"
install:
+ mkdir -p "${DESTDIR}/html" "${DESTDIR}/cgi-bin"
cp -a html monkey-test "${DESTDIR}"/html/
cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/