style: use := everywhere in Makefile
All checks were successful
build / build (push) Successful in 1m15s
submodules sync / sync (push) Successful in 27s
build / trigger-build-image (push) Successful in 6s

This commit is contained in:
张泊明518370910136 2024-10-20 16:44:35 -04:00
parent 213bff201f
commit 03d072bfb6
GPG Key ID: D47306D7062CDA9D

View File

@ -1,7 +1,7 @@
.PHONY: all build clean lint prepare-test test ci-test
BUILD_DIR = ./build
TMP_DIR = ./tmp
BUILD_DIR := ./build
TMP_DIR := ./tmp
APPS := $(notdir $(wildcard ./cmd/*))
COMMIT_HASH := $(shell git rev-parse --short HEAD)
DATE := $(shell date +"%Y%m%d-%H%M%S")