mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-11-10 05:07:25 +01:00
Minor fix to Makefile
This commit is contained in:
parent
7c891e1593
commit
e71e1b123b
16
Makefile
16
Makefile
@ -2,13 +2,13 @@
|
|||||||
APP = cc-metric-store
|
APP = cc-metric-store
|
||||||
GOSRC_APP := cc-metric-store.go
|
GOSRC_APP := cc-metric-store.go
|
||||||
GOSRC_FILES := api.go \
|
GOSRC_FILES := api.go \
|
||||||
memstore.go \
|
memstore.go \
|
||||||
archive.go \
|
archive.go \
|
||||||
debug.go \
|
debug.go \
|
||||||
float.go \
|
float.go \
|
||||||
lineprotocol.go \
|
lineprotocol.go \
|
||||||
selector.go \
|
selector.go \
|
||||||
stats.go
|
stats.go
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ BINDIR ?= bin
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(APP)
|
all: $(APP)
|
||||||
|
|
||||||
$(APP): $(GOSRC)
|
$(APP): $(GOSRC) $(GOSRC_APP)
|
||||||
go get
|
go get
|
||||||
go build -o $(APP) $(GOSRC_APP) $(GOSRC_FILES)
|
go build -o $(APP) $(GOSRC_APP) $(GOSRC_FILES)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user