mirror of https://github.com/restic/restic.git
Load config.mk in Makefile
This commit is contained in:
parent
7006e13ca9
commit
cf33b01582
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue