summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEvangelos Trantos <evangelos@copernica-Latitude-E6540.(none)>2014-02-26 11:44:00 +0100
committerEvangelos Trantos <evangelos@copernica-Latitude-E6540.(none)>2014-02-26 11:44:00 +0100
commit85349bbb642a83012a7d0dbccde8b7c1eea1b914 (patch)
tree5b86efbf3b5849d41acb14724df2bd4cb4526e1e /Makefile
parent22a4772fa7ce98d9cda73f0a0c50e69b9ff8f8d2 (diff)
Fixed makefile to refer to right /usr/ directory, and the operator()() methods in Php::Value are now all const (they do not modify the variable after all)v0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3b10035..8209a7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-PREFIX = /home/work/
-INCLUDE_DIR = ${PREFIX}/include/
-LIBRARY_DIR = ${PREFIX}/lib/
+PREFIX = /usr
+INCLUDE_DIR = ${PREFIX}/include
+LIBRARY_DIR = ${PREFIX}/lib
all:
cd src; $(MAKE)