mirror of
				https://git.proxmox.com/git/proxmox-perl-rs
				synced 2025-11-04 10:40:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			78 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			78 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
 | 
						|
#export DH_VERBOSE=1
 | 
						|
export BUILD_MODE=release
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@
 |