mirror of
				https://github.com/mborgerding/kissfft.git
				synced 2025-11-04 01:05:19 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
message:
 | 
						|
	@echo "Nothing to make here.  Move on down to sample_code for ... you guessed it! Sample Code!"
 | 
						|
 | 
						|
tarball: clean
 | 
						|
	tar -czf kiss_fft.tar.gz .
 | 
						|
 | 
						|
clean:
 | 
						|
	cd sample_code && make clean
 | 
						|
	rm -f kiss_fft.tar.gz *~
 | 
						|
 |