Skip to content

Commit

Permalink
remove unused make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Jan 10, 2025
1 parent 6038707 commit 4700945
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,3 @@ coverage-func:
.PHONY: coverage-html
coverage-html:
go tool cover -html=coverage.out -o=coverage.html

.PHONY: pull-contracts
pull-contracts:
./scripts/pull-contracts.sh forta-contracts 59ae488

.PHONY: swagger
swagger: require-tools
@rm -rf clients/webhook/swagger
@$(SWAGGER) generate client \
-f protocol/webhook/swagger.yml \
-c clients/webhook/client \
-m clients/webhook/client/models

0 comments on commit 4700945

Please sign in to comment.