Skip to content

Commit

Permalink
fixup! invalid Makefile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 14, 2024
1 parent 906c2c7 commit 1f50789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ download-ipfs-kubo: target-dir build-dir
curl -fsSL https://github.com/ipfs/kubo/releases/download/v0.23.0/kubo_v0.23.0_linux-amd64.tar.gz | tar -xz --directory ./target/kubo

target/sevctl:
git submodule init
git submodule init
cd ./sevctl && cargo build --release --target x86_64-unknown-linux-gnu
./sevctl/target/x86_64-unknown-linux-gnu/release/sevctl -V
cp ./sevctl/target/x86_64-unknown-linux-gnu/release/sevctl ./target/sevctl
Expand Down

0 comments on commit 1f50789

Please sign in to comment.