forked from mirrors/qmk_userspace
		
	Initial (#22671)
This commit is contained in:
		
					parent
					
						
							
								4b3f9b8b3a
							
						
					
				
			
			
				commit
				
					
						52c794b9fc
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@ def mass_compile_targets(targets: List[BuildTarget], clean: bool, dry_run: bool,
 | 
			
		|||
    if dry_run:
 | 
			
		||||
        cli.log.info('Compilation targets:')
 | 
			
		||||
        for target in sorted(targets, key=lambda t: (t.keyboard, t.keymap)):
 | 
			
		||||
            cli.log.info(f"{{fg_cyan}}qmk compile -kb {target[0]} -km {target[1]}{{fg_reset}}")
 | 
			
		||||
            cli.log.info(f"{{fg_cyan}}qmk compile -kb {target.keyboard} -km {target.keymap}{{fg_reset}}")
 | 
			
		||||
    else:
 | 
			
		||||
        if clean:
 | 
			
		||||
            cli.run([make_cmd, 'clean'], capture_output=False, stdin=DEVNULL)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue