mirror of
https://github.com/RecentRunner/interception-vimproved-personal.git
synced 2026-06-04 16:19:18 -06:00
Fix install command
This commit is contained in:
2
Makefile
2
Makefile
@@ -22,7 +22,7 @@ build:
|
||||
.PHONY: 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.
|
||||
install -D --strip -T $(INSTALL_FILE) $(TARGET)
|
||||
install -D --strip -T $(TARGET) $(INSTALL_FILE)
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user