Support custom directories via '-d'
Pass argv to make
Update README with install and usage instructions
Automatically run make
when ./src
changes.
go install git.sr.ht/~mh/remake
nix profile install git+https://git.sr.ht/~mh/remake
Watch "src":
remake
Watch "src" and "src2":
remake -d src -d src2
Watch "src" and "src2" and pass FLAG=value to make:
remake -d src -d src2 FLAG=value