mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-11-04 09:37:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			245 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			245 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/make -f
 | 
						|
# -*- makefile -*-
 | 
						|
 | 
						|
DEB_PYTHON_SYSTEM := pysupport
 | 
						|
 | 
						|
include /usr/share/cdbs/1/rules/debhelper.mk
 | 
						|
include /usr/share/cdbs/1/class/python-distutils.mk
 | 
						|
 | 
						|
clean::
 | 
						|
	rm -rf build build-stamp configure-stamp build/ MANIFEST
 | 
						|
	dh_clean
 |