Skip to content

Commit

Permalink
br: declare phony target (#27512)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengou1 authored Aug 25, 2021
1 parent 22ff7f2 commit f10b625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

include Makefile.common

.PHONY: all clean test gotest server dev benchkv benchraw check checklist parser tidy ddltest
.PHONY: all clean test gotest server dev benchkv benchraw check checklist parser tidy ddltest build_br build_lightning build_lightning-ctl

default: server buildsucc

Expand Down

0 comments on commit f10b625

Please sign in to comment.