Fix lure target dependencies in Makefile

This commit is contained in:
Elara 2023-01-11 13:03:40 -08:00
parent ee25d1a4b2
commit 787d652eb2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PREFIX ?= /usr/local
lure: version.txt
lure: internal/config/version.txt
go build
clean: