mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
7 lines
165 B
Makefile
7 lines
165 B
Makefile
ROOT_DIR = $(shell pwd)
|
|
NAMESPACE = "default"
|
|
DEPLOY_NAME = "template-single"
|
|
DOCKER_NAME = "template-single"
|
|
|
|
include ./hack/hack-cli.mk
|
|
include ./hack/hack.mk |