make.py
make.py copied to clipboard
make.py, a fast Python-based build tool (fork of https://code.google.com/archive/p/make-py/)
I've noticed some in-efficiency in `make.py` implementation. Running `make.py` on one of my projects takes 3 seconds even if everything is up to date and nothing to build. After some...
I'm experimenting with different ways of getting something done, and the fact that each time I change the recipe to something I believe is equivalent, it gets rebuilt, is slowing...
Judging from the syntax in the example, this looks wonderful. But how do I use it? Suppose I write a valid rules.py file. Is it just a matter of copying...
I will happily leave behind almost everything I had to learn about Makefiles. But one feature I might miss is the ability to define phony targets. In a makefile, if...