mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
7 lines
584 B
Makefile
7 lines
584 B
Makefile
SUBCOMMANDS = subcommands/inspect subcommands/rebuild subcommands/report subcommands/restart subcommands/restart-policy subcommands/restore subcommands/retire subcommands/scale subcommands/set subcommands/start subcommands/stop
|
|
TRIGGERS = triggers/app-restart triggers/install triggers/post-app-clone triggers/post-app-rename triggers/post-create triggers/post-delete triggers/post-stop triggers/pre-deploy triggers/procfile-extract triggers/procfile-get-command triggers/procfile-remove triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = ps
|
|
|
|
include ../../common.mk
|