8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			116 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| 
 | |
| %:
 | |
| 	dh $@ --with germinate
 | |
| 
 | |
| override_dh_auto_build:
 | |
| 	# Skip to not try to execute the Makefile.
 |