summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 29ed94a..fe482c3 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,9 @@ MODULES += ${DOC_DIR}
RM = rm
-PREFIX = /usr/local
-#PREFIX = ${HOME}
-#INSTALL_OPTIONS = "--prefix=${PREFIX}"
+#PREFIX = /usr/local
+PREFIX = ${HOME}
+INSTALL_OPTIONS = "--prefix=${PREFIX}"
.PHONY: all