~mh/remake

Directory watcher to invoke `make` on changes
Support custom directories via '-d'
Pass argv to make
Update README with install and usage instructions

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~mh/remake
read/write
git@git.sr.ht:~mh/remake

You can also use your local clone with git send-email.

#remake

Automatically run make when ./src changes.

#Installation

#Go

go install git.sr.ht/~mh/remake

#Nix flake

nix profile install git+https://git.sr.ht/~mh/remake

#Usage

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