Skip to content

Commit af083ce

Browse files
committed
GOFLAGS introduced and remove command corrected
1 parent 2b2451b commit af083ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ wire:
2222
wire
2323

2424
clean:
25-
rm -f git-sensor
25+
rm -rf git-sensor
26+
export GOFLAGS=-buildvcs=false
2627

2728
run: build
2829
./git-sensor

0 commit comments

Comments
 (0)