enable -j at all time

This commit is contained in:
yuyangzhang
2025-09-12 17:04:31 +10:00
parent 0461eefa17
commit 5ae2a209fc
+3 -1
View File
@@ -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