mirror of
				https://github.com/khairul169/garage-webui.git
				synced 2025-10-29 22:29:32 +07:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			83 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			83 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
 | |
| build:
 | |
| 	CGO_ENABLED=0 go build -o main -tags="prod" main.go
 | |
| 
 | |
| run:
 | |
| 	go run main.go
 |