aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-16 16:00:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-16 16:01:08 -0800
commit517174da8618a46f6ac23eb03e29922ce0283634 (patch)
tree17f348f6834f6c0c134408ff378266e460428d97 /README.md
parent20909410e8ebbd66b50207acd9c8b4d06ab61720 (diff)
Removed tarball target; replaced with archive, which also builds zip.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b02314b..390b58f 100644
--- a/README.md
+++ b/README.md
@@ -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
---------------------