Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Fixed make build
Browse files Browse the repository at this point in the history
  • Loading branch information
ma111e committed Feb 14, 2025
1 parent bc396c6 commit 5f6fc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run_local_stdout: build

## build : Build and set network capabilities to start Melody without elevated privileges
build:
go build -ldflags="-s -w" -o melody
go build -ldflags="-s -w" -o melody ./cmd/melody
sudo setcap cap_net_raw,cap_setpcap=ep ./melody

## cap : Set network capabilities to start Melody without elevated privileges
Expand Down

0 comments on commit 5f6fc88

Please # to comment.