Skip to content

Commit

Permalink
add licensed cache/check to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kottler committed May 18, 2021
1 parent 532196d commit fc923f5
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 @@ -8,3 +8,8 @@ test:
build:
go build ./...


.PHONY: licensed
licensed:
licensed cache
licensed status

0 comments on commit fc923f5

Please sign in to comment.