Skip to content

Commit

Permalink
add completion for make variant commands (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant authored Feb 17, 2025
2 parents 1748ca3 + 27a3a5f commit ea6c67d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions share/completion/bmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# (C) 2025 magicant unrealapex

# Completion script for the "bmake" command.

function completion/bmake {
command -f completion//reexecute make
}


# vim: set ft=sh ts=8 sts=8 sw=8 et:
10 changes: 10 additions & 0 deletions share/completion/gmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# (C) 2025 magicant unrealapex

# Completion script for the "gmake" command.

function completion/gmake {
command -f completion//reexecute make
}


# vim: set ft=sh ts=8 sts=8 sw=8 et:

0 comments on commit ea6c67d

Please sign in to comment.