zrcadlo
				https://github.com/quitesimpleorg/hs9001.git
				synchronizováno 2025-10-31 01:59:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 řádky
		
	
	
		
			190 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 řádky
		
	
	
		
			190 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| GIT_COMMIT=$(shell git rev-list -1 HEAD)
 | |
| GIT_TAG=$(shell git tag --sort="-version:refname" | head -n 1)
 | |
| all:
 | |
| 	go build -ldflags "-X main.GitCommit=${GIT_COMMIT} -X main.GitTag=${GIT_TAG}"
 | |
| 
 | |
| 
 |