From 29b9896f42159d8c4e7c3f65442b455b6616c53b Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 26 May 2020 08:15:17 -0700 Subject: [PATCH] Add check-license to Makefile. Signed-off-by: Tim 'mithro' Ansell --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 3e8f2510..7aea611d 100644 --- a/Makefile +++ b/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 # ------------------------