enhance makefile completion - remove hash bang

pull/1502/head
cornfeedhobo 2020-02-21 22:29:14 -06:00
parent 239f708637
commit 2e4c4ad29a
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 0 additions and 2 deletions

View File

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