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 c96a2ec commit 9cd0654Copy full SHA for 9cd0654
Makefile
@@ -2,7 +2,7 @@ PROJECT_NAME = prometheus-slurm-exporter
2
ifndef GOPATH
3
GOPATH=$(shell pwd):/usr/share/gocode
4
endif
5
-GOFILES=accounts.go cpus.go gpus.go main.go nodes.go partitions.go queue.go scheduler.go sshare.go users.go
+GOFILES=accounts.go cpus.go gpus.go main.go node.go nodes.go partitions.go queue.go scheduler.go sshare.go users.go
6
GOBIN=bin/$(PROJECT_NAME)
7
8
build:
0 commit comments