this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

switched "make tarball" from hg to git command

+2 -2
+2 -2
Makefile
··· 31 31 echo "all tests passed" 32 32 33 33 tarball: clean 34 - hg archive -r v$(KFVER) -t tgz kiss_fft$(KFVER).tar.gz 35 - hg archive -r v$(KFVER) -t zip kiss_fft$(KFVER).zip 34 + git archive --prefix=kissfft/ -o kissfft$(KFVER).tar.gz v$(KFVER) 35 + git archive --prefix=kissfft/ -o kissfft$(KFVER).zip v$(KFVER) 36 36 37 37 clean: 38 38 cd test && make clean