summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}