1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-03 13:45:20 +00:00

Add dependencies

This commit is contained in:
Alexander Neumann 2014-11-16 15:30:37 +01:00
parent bd105b69a8
commit 7006e13ca9

View file

@ -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