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