aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-08 00:40:52 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-08 00:40:52 +0530
commitecd3ccde166910e3667b7b1a064e9c6db52d1646 (patch)
tree8452ec16569fdfbd2bce2fb9aa4f277484e7c7d8 /Makefile
parent4ce5d59c41d4217f02e6f84c6e531fbc4ee20122 (diff)
downloadnull-browser-ecd3ccde166910e3667b7b1a064e9c6db52d1646.tar.gz
null-browser-ecd3ccde166910e3667b7b1a064e9c6db52d1646.zip
Add luajit embedding
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 .