diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-16 16:00:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-16 16:01:08 -0800 |
commit | 517174da8618a46f6ac23eb03e29922ce0283634 (patch) | |
tree | 17f348f6834f6c0c134408ff378266e460428d97 /README.md | |
parent | 20909410e8ebbd66b50207acd9c8b4d06ab61720 (diff) |
Removed tarball target; replaced with archive, which also builds zip.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,9 +105,9 @@ To run a test for memory leaks using valgrind: make leakcheck -To make a release tarball: +To make a release tarball and zip archive: - make tarball + make archive Compiling for Windows --------------------- |