mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
This simplifies cache referencing and also paves the way for removing more from the app git directory. Refs #1558
7 lines
191 B
Makefile
7 lines
191 B
Makefile
SUBCOMMANDS = subcommands/gc subcommands/purge-cache
|
|
TRIGGERS = triggers/post-stack-set triggers/post-delete
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = repo
|
|
|
|
include ../../common.mk
|