We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a98f3b commit ab915c5Copy full SHA for ab915c5
1 file changed
README.md
@@ -24,8 +24,8 @@ MasterStringz is a Qt-based tool for analyzing and filtering strings extracted f
24
## Build Instructions
25
26
```sh
27
-qmake
28
-make
+qmake CuttieElf.pro
+make -j $(nproc)
29
```
30
31
The binary will be generated in the project directory.
0 commit comments