diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-09 05:04:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-09 05:04:44 -0400 |
commit | 8dda4bc4f4fdb5d79af90022d44cd0e568b84899 (patch) | |
tree | 547469f2bc2fa25711b6e55f07143d5263c849c7 /Makefile | |
parent | f6dca658d5c04c53a5542d3e16244566261f1c39 (diff) | |
download | miragextract-8dda4bc4f4fdb5d79af90022d44cd0e568b84899.tar.gz |
add -p password option
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ RST2HTML=rst2html4.py # Hopefully, no user-serviceable parts below this line. PROJ=miragextract -VERSION=0.0.1 +VERSION=0.1.0 DOCS=README FAQ ChangeLog LICENSE $(PROJ).html |