7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: all build
 | |
| 
 | |
| all: build
 | |
| 
 | |
| build:
 | |
| 	docker build -t focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest .
 |