mirror of
https://github.com/dokku/dokku.git
synced 2026-09-02 12:10:09 +02:00
7 lines
186 B
Makefile
7 lines
186 B
Makefile
SUBCOMMANDS = subcommands/list subcommands/report subcommands/run
|
|
TRIGGERS = triggers/cron-get-property
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = cron
|
|
|
|
include ../../common.mk
|