We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa40263 commit 1e1385cCopy full SHA for 1e1385c
Makefile
@@ -2,7 +2,7 @@ PROJECT_NAME = prometheus-slurm-exporter
2
ifndef GOPATH
3
GOPATH=$(shell pwd):/usr/share/gocode
4
endif
5
-GOFILES=main.go nodes.go queue.go scheduler.go
+GOFILES=cores.go main.go nodes.go queue.go scheduler.go
6
GOBIN=bin/$(PROJECT_NAME)
7
8
build:
0 commit comments