Skip to content

Commit 0309aae

Browse files
authored
Merge pull request #7 from Juho-Mikko/patch-1
Remove deprecated build parameter ´-i
2 parents 9638bbc + 481b11f commit 0309aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
default: build
22

33
build:
4-
GOGC=off go build -i -o docker-machine-driver-kvm
4+
GOGC=off go build -o docker-machine-driver-kvm

0 commit comments

Comments
 (0)