Fix the source change detection
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||||
|
Reference in New Issue
Block a user