diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 . |