Skip to content

Commit

Permalink
makefile: add watch rule (#10868)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Roché (Ahrefs) <louis.roche@ahrefs.com>
  • Loading branch information
Khady authored Sep 3, 2024
1 parent c94ed5b commit f034d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ $(BIN):
dev: $(BIN)
$(BIN) build @install

watch: $(BIN)
$(BIN) build @install --watch

all: $(BIN)
$(BIN) build

Expand Down

0 comments on commit f034d16

Please sign in to comment.