mirror of https://github.com/openXC7/prjxray.git
Add check-license to Makefile.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This commit is contained in:
parent
4d253e00e1
commit
29b9896f42
6
Makefile
6
Makefile
|
|
@ -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
|
||||
# ------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue