mirror of
https://github.com/restic/restic.git
synced 2025-10-09 10:21:35 +00:00
Load config.mk in Makefile
This commit is contained in:
1
cmd/khepri/.gitignore
vendored
Normal file
1
cmd/khepri/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
config.mk
|
@@ -6,12 +6,15 @@ TAGS =
|
||||
|
||||
.PHONY: all clean debug
|
||||
|
||||
# include config file if it exists
|
||||
-include $(CURDIR)/config.mk
|
||||
|
||||
all: khepri
|
||||
|
||||
khepri: *.go $(wildcard ../../*.go) $(wildcard ../../*/*.go)
|
||||
go build $(TAGS) -ldflags "$(LDFLAGS)"
|
||||
|
||||
debug: TAGS=-tags debug
|
||||
debug: TAGS=-tags debug_cmd
|
||||
debug: khepri
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user