Skip to content

Instantly share code, notes, and snippets.

@ludwigtuerme
Forked from bbl/Makefile
Last active April 4, 2023 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludwigtuerme/ccf13b1f12b552c1013580a77bbfebdf to your computer and use it in GitHub Desktop.
Save ludwigtuerme/ccf13b1f12b552c1013580a77bbfebdf to your computer and use it in GitHub Desktop.
Get Makefile root directory absolute path
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
test:
@echo $(ROOT_DIR)
@ludwigtuerme
Copy link
Author

By default, GitHub will render a tab as 8 spaces.

You can change that to 4 spaces from Settings > Appearance > Tab size preference.

I forked the original gist because it was indented with spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment