Skip to content

Commit 1e1385c

Browse files
committed
Add cores.go to Makefile
1 parent fa40263 commit 1e1385c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_NAME = prometheus-slurm-exporter
22
ifndef GOPATH
33
GOPATH=$(shell pwd):/usr/share/gocode
44
endif
5-
GOFILES=main.go nodes.go queue.go scheduler.go
5+
GOFILES=cores.go main.go nodes.go queue.go scheduler.go
66
GOBIN=bin/$(PROJECT_NAME)
77

88
build:

0 commit comments

Comments
 (0)