Skip to content

Commit

Permalink
Add makefile target for ffjson
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
  • Loading branch information
crosbymichael committed Mar 16, 2016
1 parent 4e99e8f commit d041388
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ test: .govet .golint .gitvalidation
.gitvalidation:
git-validation -q -run DCO,short-subject -v -range $(EPOCH_TEST_COMMIT)..HEAD

# `go get https://github.com/pquerna/ffjson`
ffjson:
cd specs-go/ && ffjson config.go
cd specs-go/ && ffjson state.go

clean:
rm -rf output/ *~

0 comments on commit d041388

Please sign in to comment.