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.
1 parent 173438e commit 027d22cCopy full SHA for 027d22c
2 files changed
Makefile
@@ -6,7 +6,7 @@ BIN_DIR := bin
6
all: build
7
8
# Build both binaries
9
-build: mpcium mpc
+build: mpcium mpc benchmark
10
11
# Install mpcium (builds and places it in $GOBIN or $GOPATH/bin)
12
mpcium:
@@ -25,6 +25,9 @@ install:
25
sudo install -m 755 /tmp/mpcium-cli /usr/local/bin/
26
rm -f /tmp/mpcium /tmp/mpcium-cli
27
@echo "Successfully installed mpcium and mpcium-cli to /usr/local/bin/"
28
+# Install mpcium-benchmark
29
+benchmark:
30
+ go install ./cmd/mpcium-benchmark
31
32
# Run all tests
33
test:
0 commit comments