aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd82ce3..88eeefa 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: build
build:
@mkdir -p build
- @cd build/ && cmake .. && make
+ @cd build/ && cmake .. && make -j4
# cp --no-preserve=mode,ownership -r ${CEF_PACKAGE_PATH}/lib/* ./build/lib/
# cp --no-preserve=mode,ownership -r ${CEF_PACKAGE_PATH}/share/cef/* ./build/lib/
cp build/compile_commands.json .