style: use := everywhere in Makefile
This commit is contained in:
parent
213bff201f
commit
03d072bfb6
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
.PHONY: all build clean lint prepare-test test ci-test
|
.PHONY: all build clean lint prepare-test test ci-test
|
||||||
|
|
||||||
BUILD_DIR = ./build
|
BUILD_DIR := ./build
|
||||||
TMP_DIR = ./tmp
|
TMP_DIR := ./tmp
|
||||||
APPS := $(notdir $(wildcard ./cmd/*))
|
APPS := $(notdir $(wildcard ./cmd/*))
|
||||||
COMMIT_HASH := $(shell git rev-parse --short HEAD)
|
COMMIT_HASH := $(shell git rev-parse --short HEAD)
|
||||||
DATE := $(shell date +"%Y%m%d-%H%M%S")
|
DATE := $(shell date +"%Y%m%d-%H%M%S")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user