summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGu Weigang <guweigang@outlook.com>2013-12-13 13:29:34 +0800
committerGu Weigang <guweigang@outlook.com>2013-12-13 13:29:34 +0800
commit7c042cfcee984e16e7024a661c95d2cd3eb0b50b (patch)
tree1ea956b13fa9108c6b29e7505b998ea2d75954db /Makefile
parente84fb687091e7093f9aa72f74ce4e678ab84e5f3 (diff)
add macros for PHP 5.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8209a7e..3b10035 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-PREFIX = /usr
-INCLUDE_DIR = ${PREFIX}/include
-LIBRARY_DIR = ${PREFIX}/lib
+PREFIX = /home/work/
+INCLUDE_DIR = ${PREFIX}/include/
+LIBRARY_DIR = ${PREFIX}/lib/
all:
cd src; $(MAKE)