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