Skip to content

Commit

Permalink
Merge pull request #1347 from nalind/ghost-of-ffjson
Browse files Browse the repository at this point in the history
tests/tools/Makefile: we don't use ffjson any more
  • Loading branch information
rhatdan committed Sep 15, 2022
2 parents 631b9cb + 9b9ab54 commit 6aaf0b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ clean:
rm -rf $(BUILDDIR)

$(BUILDDIR): \
$(BUILDDIR)/ffjson \
$(BUILDDIR)/git-validation \
$(BUILDDIR)/go-md2man \
$(BUILDDIR)/golangci-lint

$(BUILDDIR)/ffjson:
$(call go-build,./vendor/github.com/pquerna/ffjson)

$(BUILDDIR)/git-validation:
$(call go-build,./vendor/github.com/vbatts/git-validation)

Expand Down

0 comments on commit 6aaf0b6

Please sign in to comment.