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

Support basic Makefile syntax #2

Open
1 of 7 tasks
casperdcl opened this issue Oct 28, 2016 · 1 comment
Open
1 of 7 tasks

Support basic Makefile syntax #2

casperdcl opened this issue Oct 28, 2016 · 1 comment

Comments

@casperdcl
Copy link
Sponsor Member

casperdcl commented Oct 28, 2016

  • fix py26 unit test
  • Monkey-patch setuptools or distutils to support python setup.py make
  • add basic support for substitution macros $(...)
  • add basic support for complex commands echo hello | world.exe
  • add basic support for inline dependencies target.o: source.cpp
  • add basic support for checking timestamps of targets against dependencies
  • add basic support for wildcards %.o: %.cpp, $^, $<
@casperdcl
Copy link
Sponsor Member Author

As an aside, we could also get a logo

@casperdcl casperdcl changed the title Release Support basic Makefile syntax Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants