mirror of
https://github.com/RfidResearchGroup/homebrew-proxmark3.git
synced 2026-09-11 18:28:35 -07:00
enable -j at all time
This commit is contained in:
+3
-1
@@ -87,7 +87,9 @@ class Proxmark3 < Formula
|
||||
|
||||
args << "STANDALONE=#{standalone}" unless standalone.nil?
|
||||
|
||||
system "make", "clean"
|
||||
args << "-j"
|
||||
|
||||
system "make", "clean", *args
|
||||
system "make", "all", *args
|
||||
system "make", "install", "PREFIX=#{prefix}", *args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user