Add check-license to Makefile.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This commit is contained in:
Tim 'mithro' Ansell 2020-05-26 08:15:17 -07:00
parent 4d253e00e1
commit 29b9896f42
1 changed files with 6 additions and 0 deletions

View File

@ -125,6 +125,12 @@ format: format-cpp format-docs format-py format-tcl format-trailing-ws
.PHONY: format format-cpp format-py format-tcl format-trailing-ws
check-license:
@./.github/check_license.sh
@./.github/check_python_scripts.sh
.PHONY: check-license
# Targets related to Project X-Ray databases
# ------------------------