Skip to content

Commit

Permalink
fix: rm deps and gen in makefile (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao authored Sep 5, 2022
1 parent 505854d commit 632f7b8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ tools:
go build -o venus-messager-tools ./tools/main.go
.PHONY: tools

gen:
go run ./gen/gen.go > ./api/controller/auth_map.go
gofmt -e -s -w ./api/controller/auth_map.go
.PHONY: gen

deps:
git submodule update --init
./extern/filecoin-ffi/install-filcrypto



lint:
golangci-lint run
Expand Down

0 comments on commit 632f7b8

Please sign in to comment.