summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 53aec7a..496e051 100644
--- a/Makefile
+++ b/Makefile
@@ -3,14 +3,14 @@ INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib
all:
- cd src; $(MAKE)
+ cd src; $(MAKE) -j
tests:
cd tests; $(MAKE)
clean:
cd src; $(MAKE) clean
- cd tests; $(MAKE) clean
+# cd tests; $(MAKE) clean
install:
mkdir -p ${INCLUDE_DIR}/phpcpp