mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
7 lines
202 B
Makefile
7 lines
202 B
Makefile
SUBCOMMANDS = subcommands/list subcommands/report subcommands/run subcommands/set
|
|
TRIGGERS = triggers/cron-get-property
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = cron
|
|
|
|
include ../../common.mk
|