Skip to content

Commit

Permalink
switched "make tarball" from hg to git command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Borgerding committed Feb 1, 2019
1 parent cbf1f0e commit 4701177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ testall:
echo "all tests passed"

tarball: clean
hg archive -r v$(KFVER) -t tgz kiss_fft$(KFVER).tar.gz
hg archive -r v$(KFVER) -t zip kiss_fft$(KFVER).zip
git archive --prefix=kissfft/ -o kissfft$(KFVER).tar.gz v$(KFVER)
git archive --prefix=kissfft/ -o kissfft$(KFVER).zip v$(KFVER)

clean:
cd test && make clean
Expand Down

0 comments on commit 4701177

Please sign in to comment.