added zip creation to tarball make target

This commit is contained in:
Mark Borgerding
2003-10-26 04:25:18 +00:00
parent 1db3d91ee5
commit ecb1a76974

View File

@ -2,9 +2,10 @@ message:
@echo "Nothing to make here. Move on down to sample_code for ... you guessed it! Sample Code!" @echo "Nothing to make here. Move on down to sample_code for ... you guessed it! Sample Code!"
tarball: clean 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: clean:
cd sample_code && make clean cd sample_code && make clean
rm -f kiss_fft.tar.gz *~ *.pyc rm -f kiss_fft.tar.gz *~ *.pyc kiss_fft.zip