From ca161caa10edfa05b792d51bc2058707c39c7a12 Mon Sep 17 00:00:00 2001 From: Matteo Dessalvi Date: Wed, 3 Feb 2021 14:00:59 +0100 Subject: [PATCH] Makefile: include new gpus module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: