Skip to content

Instantly share code, notes, and snippets.

@sponomarev
Created March 18, 2020 18:24
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 sponomarev/c4bfd0fbe173cd4bf801adb5b557df03 to your computer and use it in GitHub Desktop.
Save sponomarev/c4bfd0fbe173cd4bf801adb5b557df03 to your computer and use it in GitHub Desktop.
-include private.mk
foo :
echo "foo from Makefile"
bar :
echo "bar from private.mk"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment