Files
novel/Makefile
2024-01-12 18:08:51 +08:00

6 lines
138 B
Go

ROOT_DIR = $(shell pwd)
NAMESPACE = "default"
DEPLOY_NAME = "template-single"
DOCKER_NAME = "template-single"
include ./hack/hack.mk