We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Makefile
1 parent 3caa147 commit f8e307eCopy full SHA for f8e307e
1 file changed
Makefile
@@ -22,7 +22,7 @@ configure: .always
22
23
compile: .always
24
$(CMAKE) --build ./build --config $(PRESET) --target clang_format
25
- $(CMAKE) --build ./build --config $(PRESET) --parallel 4
+ $(CMAKE) --build ./build --config $(PRESET)
26
$(CMAKE) --install ./build --prefix ./build/dist --config $(PRESET) --verbose \
27
--component sourcemeta_core
28
0 commit comments