X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/101a6eccd794add1a4b1fcb1c9b0d6ece24d2939..555e84ce6292e645b1fb5376a31e8b227c473fdc:/Makefile diff --git a/Makefile b/Makefile index 8428b44..e535bdb 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ build: swift build --build-path $(build_path) --configuration $(configuration) install: build - cp $(source_binary_path) $(install_binary_path) + sudo cp $(source_binary_path) $(install_binary_path) test: build swift test