diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ deploy_host := deploy@conchos.bdr.sh deploy_path := /srv/http/build.r.bdr.sh/map distribute: archive package notarize repackage generate_appcast sign_distributable upload +local_package: archive package notarize repackage sign_distributable sign_distributable: @scripts/sign.sh "$(project_name)" "$(build_directory)" |