forked from TrueCloudLab/restic
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