mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-04 17:29:22 +00:00
7 lines
165 B
Go
7 lines
165 B
Go
ROOT_DIR = $(shell pwd)
|
|
NAMESPACE = "default"
|
|
DEPLOY_NAME = "template-single"
|
|
DOCKER_NAME = "template-single"
|
|
|
|
include ./hack/hack-cli.mk
|
|
include ./hack/hack.mk |