Skip to content

Commit

Permalink
Add debug ls to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhvrnkov committed Dec 21, 2020
1 parent e6c364f commit d825e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $(release_binary):
swift build -c release --disable-sandbox

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

0 comments on commit d825e4b

Please sign in to comment.