Skip to content

Commit 42126ba

Browse files
makefile updates
1 parent 945c5c9 commit 42126ba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ build:
2626

2727
build-swap:: build swap
2828

29+
# alias for build-swap
30+
bs: build-swap
31+
2932
test:
3033
go run scripts/build-tool/main.go -task=test
3134

@@ -74,5 +77,8 @@ release:
7477
snapshot:
7578
go run scripts/build-tool/main.go -task=snapshot
7679

80+
restore:
81+
go run ./scripts/swap/main.go bash
82+
7783
swap:
7884
go run ./scripts/swap/main.go go

0 commit comments

Comments
 (0)