From 3a0c09c7e0e8aad64c7c2542a867f131ea10cf56 Mon Sep 17 00:00:00 2001 From: Stein Ivar Berghei Date: Wed, 23 Nov 2022 08:39:41 +0100 Subject: [PATCH] Have the Makefile rebuild when go.mod/sum changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9319431..8995593 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ src/yarn.lock: public src/node_modules src/package.json public/script.js: src/script.js src/yarn.lock $(YARN) build -$(APPLICATION_NAME): *.go ffmpeg/*.go speaker/*.go +$(APPLICATION_NAME): *.go ffmpeg/*.go speaker/*.go go.mod go.sum @go build build: image js $(APPLICATION_NAME)