mirror of
https://github.com/RecentRunner/interception-vimproved-personal.git
synced 2026-06-05 00:29:19 -06:00
Fix install command
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ build:
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
# If you have run `make test` then do not forget to run `make clean` after. Otherwise you may install with debug logs on.
|
# If you have run `make test` then do not forget to run `make clean` after. Otherwise you may install with debug logs on.
|
||||||
install -D --strip -T $(INSTALL_FILE) $(TARGET)
|
install -D --strip -T $(TARGET) $(INSTALL_FILE)
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user