Skip to content

Commit

Permalink
build: Remove redundant target
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Apr 8, 2024
1 parent ca306c4 commit 0e9e048
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Go parameters
GOCMD = go
GOTEST = $(GOCMD) test

test:
$(GOTEST) ./...

generate: $(esc)
$(GOCMD) generate
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ ls .git/objects/pack/
PackfileHash: "<PACK_HASH>",
}
```

4. Run `make generate`.

0 comments on commit 0e9e048

Please sign in to comment.