Skip to content

Commit

Permalink
Merge pull request opencontainers#774 from q384566678/makefile-clean
Browse files Browse the repository at this point in the history
schema: add `clean` to Makefile
  • Loading branch information
Michael Crosby authored Apr 21, 2017
2 parents cfc95a5 + df784c5 commit 4754b55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ validate: validate.go
go get -d ./...
go build ./validate.go

clean:
rm -f validate

0 comments on commit 4754b55

Please sign in to comment.