mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-14 02:54:28 -04:00
added zip creation to tarball make target
This commit is contained in:
5
Makefile
5
Makefile
@ -2,9 +2,10 @@ message:
|
||||
@echo "Nothing to make here. Move on down to sample_code for ... you guessed it! Sample Code!"
|
||||
|
||||
tarball: clean
|
||||
tar --exclude CVS --exclude .cvsignore -cvzf kiss_fft.tar.gz .
|
||||
find | grep -i -v cvs | zip kiss_fft.zip -@
|
||||
tar --exclude CVS --exclude .cvsignore --exclude kiss_fft.zip -cvzf kiss_fft.tar.gz .
|
||||
|
||||
clean:
|
||||
cd sample_code && make clean
|
||||
rm -f kiss_fft.tar.gz *~ *.pyc
|
||||
rm -f kiss_fft.tar.gz *~ *.pyc kiss_fft.zip
|
||||
|
||||
|
Reference in New Issue
Block a user