Skip to content

Commit

Permalink
Add Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitagarwal003 committed May 20, 2018
1 parent 8753fe5 commit ac24c0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PKG=github.com/mindprince/nvidia_gpu_prometheus_exporter

.PHONY: build
build:
docker run -v $(shell pwd):/go/src/$(PKG) --workdir=/go/src/$(PKG) golang:1.10 go build

0 comments on commit ac24c0c

Please sign in to comment.