summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f603dcb..f04ce540 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,9 @@ macos-app-install:
 lint:
 	./.ci/format.sh
 
+license:
+	./.ci/licenses.sh
+
 image:
 	docker build -t nheko-app-image .