From 50264dcbf1a3be4fe977c7961cb246328976ded6 Mon Sep 17 00:00:00 2001 From: Iceman Date: Fri, 9 Jul 2021 13:14:02 +0200 Subject: [PATCH] Update 0_Compilation-Instructions.md `make -j` is the preferred way. --- doc/md/Use_of_Proxmark/0_Compilation-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md b/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md index c40d18458..2196bff39 100644 --- a/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md +++ b/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md @@ -21,7 +21,7 @@ git pull ## Clean and compile everything ```sh -make clean && make all +make clean && make -j ``` ### if you got an error