mirror of
				https://src.koozali.org/smeserver/common.git
				synced 2025-11-04 15:51:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			96 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			96 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# lame duck Makefile that exists for the sole purpose of "make clean"
 | 
						|
 | 
						|
all:
 | 
						|
 | 
						|
clean:
 | 
						|
	@rm -fv *~
 |