2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +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
khepri: *.go
khepri: *.go $(wildcard ../../*.go) $(wildcard ../../*/*.go)
go build $(TAGS) -ldflags "$(LDFLAGS)"
debug: TAGS=-tags debug