Skip to content

Commit

Permalink
Use ./general in Makefile for completions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhvrnkov committed Dec 21, 2020
1 parent c51b052 commit e6c364f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ $(release_binary):
swift build -c release --disable-sandbox

completions: $(binary)
$(binary) --generate-completion-script zsh > _general
$(binary) --generate-completion-script bash > general
$(binary) --generate-completion-script fish > general.fish
./$(binary) --generate-completion-script zsh > _general
./$(binary) --generate-completion-script bash > general
./$(binary) --generate-completion-script fish > general.fish

install: build completions
mkdir -p $(bindir)
Expand Down

0 comments on commit e6c364f

Please sign in to comment.