mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Correct wildcard in Makefile
This commit is contained in:
parent
fd3aca66e4
commit
575635753e
@ -11,7 +11,7 @@ TAGS =
|
|||||||
|
|
||||||
all: khepri
|
all: khepri
|
||||||
|
|
||||||
khepri: *.go $(wildcard ../../*.go) $(wildcard ../../*/*.go)
|
khepri: $(wildcard *.go) $(wildcard ../../*.go) $(wildcard ../../*/*.go)
|
||||||
go build $(TAGS) -ldflags "$(LDFLAGS)"
|
go build $(TAGS) -ldflags "$(LDFLAGS)"
|
||||||
|
|
||||||
debug: TAGS=-tags debug_cmd
|
debug: TAGS=-tags debug_cmd
|
||||||
|
Loading…
Reference in New Issue
Block a user