fix typo in Makefile
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							@@ -2,8 +2,11 @@
 | 
				
			|||||||
VERSION = $(shell git describe --tags --abbrev=0)
 | 
					VERSION = $(shell git describe --tags --abbrev=0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_release:
 | 
					build_release:
 | 
				
			||||||
	CGO_ENABLED=0 go build -buildmode=pie -ldflags "-X main.version=$(VERSION)" -o tglistbot-$(VERSION)
 | 
						CGO_ENABLED=0 go build -buildmode=pie -ldflags "-X main.Version=$(VERSION)" -o tglistbot-$(VERSION)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
release_check:
 | 
					release_check:
 | 
				
			||||||
	go list -m go.balki.me/tglistbot@$(VERSION)
 | 
						go list -m go.balki.me/tglistbot@$(VERSION)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clean:
 | 
				
			||||||
 | 
						rm -i tglistbot* || true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user