Fix the source change detection

This commit is contained in:
2022-01-26 09:21:36 +01:00
parent 69982e4514
commit 1e79e954c5

View File

@@ -24,7 +24,7 @@ help:
build: katenary build: katenary
katenary: *.go generator/*.go compose/*.go helm/*.go katenary: $(wildcard */*.go Makefile go.mod go.sum)
@echo "Building Katenary version" $(VERSION) @echo "Building Katenary version" $(VERSION)
@echo @echo
@echo Build using $(CTN) @echo Build using $(CTN)