Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local includes are not working as intended #13

Closed
gmcabrita opened this issue Feb 27, 2017 · 1 comment
Closed

Local includes are not working as intended #13

gmcabrita opened this issue Feb 27, 2017 · 1 comment
Labels

Comments

@gmcabrita
Copy link

Consider two local files Makefile and foo.mk

Makefile:

include foo.mk

foo.mk

foo:
	@echo "foo"

make allows including the local file, but mmake seems to think it's a remote include.

$ make foo
foo
$ mmake foo
   ⨯ installing                error=installing "foo.mk": only github.com is currently supported
@tj
Copy link
Owner

tj commented Feb 27, 2017

oops, great thing to forget to test :D

@tj tj added the bug label Feb 27, 2017
@tj tj closed this as completed in b142e1d Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants