mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-31 10:27:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			285 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			285 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| set allow-duplicate-recipes := true
 | |
| set ignore-comments := true
 | |
| 
 | |
| _default:
 | |
|     #!/usr/bin/bash
 | |
|     source /usr/lib/ujust/libformatting.sh
 | |
|     /usr/bin/ujust --list --list-heading $'Available commands:\n' --list-prefix $' - '
 | |
| 
 | |
| # Imports
 | |
| import "/usr/share/ublue-os/just/60-custom.just"
 | 
