Skip to content

Commit

Permalink
Adding install to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Oct 2, 2024
1 parent 6c0a756 commit f70d6ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
build:
cat chains/*.yaml > chains.yaml
go build
rm -f chains.yaml
install:
cat chains/*.yaml > chains.yaml
go install
rm -f chains.yaml

0 comments on commit f70d6ca

Please sign in to comment.