-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
- 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
,$^
,$<
lrq3000