mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			103 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			103 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
TESTS!= echo *.sh
 | 
						|
 | 
						|
.PHONY: all $(TESTS)
 | 
						|
.NOTPARALLEL: all $(TESTS)
 | 
						|
 | 
						|
all: $(TESTS)
 | 
						|
 | 
						|
$(TESTS):
 | 
						|
	sh $*.sh
 |