aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/make.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_completion.d/make.bash b/bash/bash_completion.d/make.bash
index bf4ed268..c157bdc1 100644
--- a/bash/bash_completion.d/make.bash
+++ b/bash/bash_completion.d/make.bash
@@ -9,6 +9,7 @@ _make() {
case $line in
# We're looking for targets but not variable assignments
+ \#*) ;;
$'\t'*) ;;
*:=*) ;;
*:*)