mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .DEFAULT: all
 | |
| .PHONY: mc keycloak pgadmin4
 | |
| 
 | |
| all: mc keycloak pgadmin4
 | |
| 
 | |
| include */Makefile
 | |
| 
 |