about summary refs log tree commit diff
path: root/Functions/Completion/_make
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/_make')
-rw-r--r--Functions/Completion/_make3
1 files changed, 3 insertions, 0 deletions
diff --git a/Functions/Completion/_make b/Functions/Completion/_make
new file mode 100644
index 000000000..d576b0308
--- /dev/null
+++ b/Functions/Completion/_make
@@ -0,0 +1,3 @@
+#defcomp make gmake pmake
+
+complist -s "\$(awk '/^[a-zA-Z0-9][^/ 	]+:/ {print \$1}' FS=: [mM]akefile)"