Open
Description
Hey, I just stumbled upon this project today. It might be worth mentioning that unlike make this is a command runner using the Makefile syntax. Make's primary purpose is/was to build files from other files, e.g. myprog.o from myprog.c or foo.class from foo.java. The dependencies can be other targets by coincidence, but their primary purpose is looking for files that need rebuilding. This project seems to assume users want to use the PHONY mode for all targets. The README doesn't seem to mention this.
Cheers and keep up the interesting work