diff --git a/Makefile b/Makefile index 8ca3a74..a6765d8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT_NAME = prometheus-slurm-exporter ifndef GOPATH GOPATH=$(shell pwd):/usr/share/gocode endif -GOFILES=accounts.go cpus.go main.go nodes.go partitions.go queue.go scheduler.go users.go +GOFILES=accounts.go cpus.go gpus.go main.go nodes.go partitions.go queue.go scheduler.go users.go GOBIN=bin/$(PROJECT_NAME) build: