remove unused variable on makefile (#2225)
This commit is contained in:
		
							parent
							
								
									60d7e56c69
								
							
						
					
					
						commit
						a9cc538ab5
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							|  | @ -21,7 +21,6 @@ GOFMT ?= gofmt -s | |||
| 
 | ||||
| GOFLAGS := -i -v | ||||
| EXTRA_GOFLAGS ?= | ||||
| PWD := $(shell pwd) | ||||
| 
 | ||||
| LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue