mirror of
https://github.com/restic/restic.git
synced 2025-01-03 13:45:20 +00:00
Add dependencies
This commit is contained in:
parent
bd105b69a8
commit
7006e13ca9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue