enhance makefile completion - remove hash bang
parent
239f708637
commit
2e4c4ad29a
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
# Bash completion for Makefile
|
# Bash completion for Makefile
|
||||||
|
|
||||||
# Loosely adapted from http://stackoverflow.com/a/38415982/1472048
|
# Loosely adapted from http://stackoverflow.com/a/38415982/1472048
|
||||||
|
|
||||||
_makecomplete() {
|
_makecomplete() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue