Skip to content

Commit

Permalink
build pipeline requires dev-tree make target
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Sep 23, 2021
1 parent 83bc8ee commit 702d0df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,8 @@ _sign:
@echo ""
@echo "And then upload the binaries in dist/!"
.PHONY: _sign

# noop command to get build pipeline working
dev-tree:
@true
.PHONY: dev-tree

0 comments on commit 702d0df

Please sign in to comment.