mirror of
https://github.com/restic/restic.git
synced 2025-08-20 13:27:31 +00:00
Correct wildcard in Makefile
This commit is contained in:
@@ -11,7 +11,7 @@ TAGS =
|
||||
|
||||
all: khepri
|
||||
|
||||
khepri: *.go $(wildcard ../../*.go) $(wildcard ../../*/*.go)
|
||||
khepri: $(wildcard *.go) $(wildcard ../../*.go) $(wildcard ../../*/*.go)
|
||||
go build $(TAGS) -ldflags "$(LDFLAGS)"
|
||||
|
||||
debug: TAGS=-tags debug_cmd
|
||||
|
Reference in New Issue
Block a user