Skip to content

Commit

Permalink
Makefile: include new gpus module
Browse files Browse the repository at this point in the history
  • Loading branch information
mtds committed Feb 3, 2021
1 parent b6639a5 commit ca161ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca161ca

Please sign in to comment.