mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
8 lines
288 B
Makefile
8 lines
288 B
Makefile
|
|
GOARCH ?= amd64
|
||
|
|
SUBCOMMANDS = subcommands/default subcommands/ensure-directory subcommands/list subcommands/mount subcommands/report subcommands/unmount
|
||
|
|
TRIGGERS = triggers/install triggers/storage-list
|
||
|
|
BUILD = commands subcommands triggers
|
||
|
|
PLUGIN_NAME = storage
|
||
|
|
|
||
|
|
include ../../common.mk
|