py-make icon indicating copy to clipboard operation
py-make copied to clipboard

Support basic Makefile syntax

Open casperdcl opened this issue 9 years ago • 1 comments

  • [ ] fix py26 unit test
  • [ ] Monkey-patch setuptools or distutils to support python setup.py make
  • [x] 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 avatar Oct 28 '16 21:10 casperdcl

As an aside, we could also get a logo

casperdcl avatar Oct 28 '16 21:10 casperdcl