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)