diff options
author | Arun Isaac | 2017-03-03 13:48:25 +0530 |
---|---|---|
committer | Arun Isaac | 2017-03-03 13:48:25 +0530 |
commit | ff6f30a005444269b985bbc28963c85ebcdaa835 (patch) | |
tree | a51376c571c462e248abccc40f30695e77c622aa | |
parent | c026f2761b46d9505fe1baa30bb17ce5ac2ac1d6 (diff) | |
download | exiftool.el-ff6f30a005444269b985bbc28963c85ebcdaa835.tar.gz exiftool.el-ff6f30a005444269b985bbc28963c85ebcdaa835.tar.lz exiftool.el-ff6f30a005444269b985bbc28963c85ebcdaa835.zip |
Update README.
* README.org: Shorten tests command. "check" is default target of
Makefile. No need to explicitly mention it.
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ one. Return the process object of the newly created process. Tests are located in the /tests/ folder. You can run them using #+BEGIN_SRC sh - make -C tests check + make -C tests #+END_SRC {{{license(exiftool.el)}}} |