Skip to content

Commit e42eaf4

Browse files
committed
fix: removed dupe file
1 parent 5eef6e9 commit e42eaf4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ clean: ## Remove previous builds and any test cache data
2424
@test $(DISTRIBUTIONS_DIR)
2525
@if [ -d $(DISTRIBUTIONS_DIR) ]; then rm -r $(DISTRIBUTIONS_DIR); fi
2626

27-
.PHONY: release
28-
release:: ## Runs common.release then runs godocs
29-
@$(MAKE) godocs
30-
3127
.PHONY: run-examples
3228
run-examples: ## Runs all the examples
3329
@go run examples/examples.go

0 commit comments

Comments
 (0)