Skip to content

Instantly share code, notes, and snippets.

@nghuyenthevinh2000
Created March 6, 2024 10:23
Show Gist options
  • Save nghuyenthevinh2000/e6e67b9eb4591557e48f3e654e9e7a3b to your computer and use it in GitHub Desktop.
Save nghuyenthevinh2000/e6e67b9eb4591557e48f3e654e9e7a3b to your computer and use it in GitHub Desktop.
whitespace to tab for Makefile
perl -pi -e 's/^ */\t/' Makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment