Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Makefile: add make finish-prepare action
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Nov 11, 2020
1 parent 963829f commit 76c9a52
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 @@ -48,6 +48,9 @@ default: clean lightning lightning-ctl checksuccess
prepare:
$(PREPARE_MOD)

finish-prepare:
$(FINISH_MOD)

clean:
rm -f $(LIGHTNING_BIN) $(LIGHTNING_CTRL_BIN) $(FAILPOINT_CTL_BIN) $(REVIVE_BIN) $(VFSGENDEV_BIN) go.mod go.sum

Expand Down

0 comments on commit 76c9a52

Please sign in to comment.