summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 16:01:04 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-08-29 16:01:04 -0700
commita2b81c7e8642da249acbfa1ca4fe0362a900f0e2 (patch)
tree875785f2e9a1533ae22552f5856e854f3d7d0cd8 /Makefile
parentb8d747580db76bc3e51bae6c3cdae49b5b44e20b (diff)
More progress on implementing nested arrays
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