From 2680eabd4083ed6c40fcfb6746a5e4397bc91a35 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 18 Apr 2023 16:09:30 -0700 Subject: [PATCH] Rebuild when mod files change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ee3703..19514a1 100644 --- a/Makefile +++ b/Makefile @@ -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))