15 lines
		
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all:
 | 
						|
 | 
						|
install:
 | 
						|
 | 
						|
ignore:
 | 
						|
 | 
						|
check test::
 | 
						|
	./runtests.sh
 | 
						|
 | 
						|
verbose-test:
 | 
						|
	VERBOSE=yes ./runtests.sh
 | 
						|
 | 
						|
clean:
 | 
						|
	rm -rf *.out tmp-*
 |