Created
January 22, 2019 11:24
-
-
Save SerhatTeker/c556581f046db4fe5430a68a12ade562 to your computer and use it in GitHub Desktop.
Solve Makefile error: “missing separator (did you mean TAB?)”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim | |
:%s/^[ ]\+/\t/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment