forked from Plemya-x/ALR
		
	Merge pull request 'chore: update package name in Makefile' (#45) from Maks1mS/ALR:fix/correct-set-version into master
Reviewed-on: Plemya-x/ALR#45
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -21,7 +21,7 @@ build: check-no-root $(BIN)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
export CGO_ENABLED := 0
 | 
					export CGO_ENABLED := 0
 | 
				
			||||||
$(BIN):
 | 
					$(BIN):
 | 
				
			||||||
	go build -ldflags="-X 'gitea.plemya-x.ru/xpamych/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@
 | 
						go build -ldflags="-X 'gitea.plemya-x.ru/Plemya-x/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
check-no-root:
 | 
					check-no-root:
 | 
				
			||||||
	@if [[ "$$(whoami)" == 'root' ]]; then \
 | 
						@if [[ "$$(whoami)" == 'root' ]]; then \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user