mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
7 lines
409 B
Makefile
7 lines
409 B
Makefile
SUBCOMMANDS = subcommands/disable subcommands/enable subcommands/ports subcommands/ports-add subcommands/ports-clear subcommands/ports-remove subcommands/ports-set subcommands/report subcommands/set
|
|
TRIGGERS = triggers/proxy-is-enabled triggers/proxy-type triggers/post-certs-remove triggers/post-certs-update triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = proxy
|
|
|
|
include ../../common.mk
|