From c2343400688366e567f67e89a50d573786f98bec Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 30 Aug 2013 07:47:55 -0700 Subject: Further work in progress (that breaks everything) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 496e051..8209a7e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include LIBRARY_DIR = ${PREFIX}/lib all: - cd src; $(MAKE) -j + cd src; $(MAKE) tests: cd tests; $(MAKE) -- cgit v1.2.3