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 6a22c24 commit 1592cf6Copy full SHA for 1592cf6
Makefile
@@ -13,7 +13,7 @@ $(BUILD_DIR)/release/$(NAME): $(SOURCES)
13
14
.PHONY: install
15
install: $(BUILD_DIR)/release/$(NAME)
16
- @sudo install "$(BUILD_DIR)/release/$(NAME)" "$(BIN_DIR)"
+ @install "$(BUILD_DIR)/release/$(NAME)" "$(BIN_DIR)"
17
18
.PHONY: uninstall
19
uninstall:
install.sh
@@ -2,6 +2,6 @@
2
3
git clone https://github.com/ikhvorost/swift-doc-coverage.git
4
cd swift-doc-coverage
5
-make install
+sudo make install
6
7
rm -rf ../swift-doc-coverage
0 commit comments