mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#!/usr/bin/make -f
 | 
						|
 | 
						|
%:
 | 
						|
        dh $@
 | 
						|
 | 
						|
override_dh_auto_build:
 | 
						|
	ln -s Makefile.Linux Makefile || true
 | 
						|
	dh_auto_build
 |