Skip to content

Instantly share code, notes, and snippets.

@SerhatTeker
Created January 22, 2019 11:24
Show Gist options
  • Save SerhatTeker/c556581f046db4fe5430a68a12ade562 to your computer and use it in GitHub Desktop.
Save SerhatTeker/c556581f046db4fe5430a68a12ade562 to your computer and use it in GitHub Desktop.
Solve Makefile error: “missing separator (did you mean TAB?)”
# vim
:%s/^[ ]\+/\t/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment