enhance makefile completion - remove hash bang

This commit is contained in:
cornfeedhobo
2020-02-21 22:29:14 -06:00
parent 239f708637
commit 2e4c4ad29a

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env bash
# Bash completion for Makefile
# Loosely adapted from http://stackoverflow.com/a/38415982/1472048
_makecomplete() {