4 lines
		
	
	
		
			44 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			44 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: build
 | |
| 
 | |
| build:
 | |
| 	go build -o files-server
 | 
| all: build
 | |
| 
 | |
| build:
 | |
| 	go build -o files-server
 |