mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:07:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
TESTS!= echo *.sh
 | 
						|
 | 
						|
.PHONY: all $(TESTS)
 | 
						|
.NOTPARALLEL: all $(TESTS)
 | 
						|
 | 
						|
all: $(TESTS)
 | 
						|
 | 
						|
$(TESTS):
 | 
						|
	sh $*.sh
 | 
						|
	sleep 1
 |