aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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