chore(build): remove tmpdir workaround from Makefile

💘 Generated with Crush

Assisted-by: mimo-v2.5 via Crush <crush@charm.land>
This commit is contained in:
xfy 2026-05-06 17:43:13 +08:00
parent bb1fe6853f
commit c02008cc6a

View File

@ -4,9 +4,6 @@
APP_NAME := lolly
VERSION := 0.2.2
# 临时目录(避免 tmpfs 空间不足)
TMPDIR := $(shell mkdir -p tmp && realpath tmp)
export TMPDIR
GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null || echo "unknown")
BUILD_TIME := $(shell date -u '+%Y-%m-%d %H:%M:%S UTC' 2>/dev/null || echo "unknown")