Rebuild when mod files change

This commit is contained in:
IamTheFij 2023-04-18 16:09:30 -07:00
parent 23340e823f
commit 2680eabd40
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DOCKER_TAG ?= minitor-go-${USER}
VERSION ?= $(shell git describe --tags --dirty)
GOFILES = *.go
GOFILES = *.go go.mod go.sum
# Multi-arch targets are generated from this
TARGET_ALIAS = minitor-linux-amd64 minitor-linux-arm minitor-linux-arm64 minitor-darwin-amd64
TARGETS = $(addprefix dist/,$(TARGET_ALIAS))