mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:57:56 +00:00
Add dependencies
This commit is contained in:
@@ -8,7 +8,7 @@ TAGS =
|
|||||||
|
|
||||||
all: khepri
|
all: khepri
|
||||||
|
|
||||||
khepri: *.go
|
khepri: *.go $(wildcard ../../*.go) $(wildcard ../../*/*.go)
|
||||||
go build $(TAGS) -ldflags "$(LDFLAGS)"
|
go build $(TAGS) -ldflags "$(LDFLAGS)"
|
||||||
|
|
||||||
debug: TAGS=-tags debug
|
debug: TAGS=-tags debug
|
||||||
|
Reference in New Issue
Block a user