6 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			112 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
export PYBUILD_NAME=openwebrx
 | 
						|
 | 
						|
%:
 | 
						|
	dh $@ --with python3 --buildsystem=pybuild --with systemd
 |