Skip to content

Commit

Permalink
Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcse committed Feb 4, 2021
1 parent 5a22d31 commit 9057c3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
verify-gentx:
bash -x ./scripts/verify_gentx.sh

gen-genesis:
bash -x ./scripts/gen-genesis.sh

check-amount:
bash -x ./scripts/check-gentx-amount.sh

.PHONY: verify-gentx

0 comments on commit 9057c3c

Please sign in to comment.