mirror of
				https://github.com/troglobit/editline.git
				synced 2025-10-31 00:04:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f           
 | |
| 
 | |
| # Uncomment this to turn on verbose mode.
 | |
| #export DH_VERBOSE=1
 | |
| 
 | |
| %:
 | |
| 	dh $@ --with autoreconf
 | |
| 
 | 
