summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-24 19:44:19 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-24 19:44:19 +0200
commitb8a14d96c06d5a8910cb28d28870f0036ae6a461 (patch)
tree5077e7af0a04ce093dded091747c047b1ad05478 /Makefile
parentd29c1a960798bbfa351b1aa3426d6f0a79ffe92c (diff)
The extension::initialize() and extension::finalize() methods are called at the appropriate time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2eb652a..53aec7a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,13 @@ LIBRARY_DIR = ${PREFIX}/lib
all:
cd src; $(MAKE)
+tests:
+ cd tests; $(MAKE)
+
clean:
cd src; $(MAKE) clean
-
+ cd tests; $(MAKE) clean
+
install:
mkdir -p ${INCLUDE_DIR}/phpcpp
mkdir -p ${LIBRARY_DIR}