aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2017-03-03 13:48:25 +0530
committerArun Isaac2017-03-03 13:48:25 +0530
commitff6f30a005444269b985bbc28963c85ebcdaa835 (patch)
treea51376c571c462e248abccc40f30695e77c622aa
parentc026f2761b46d9505fe1baa30bb17ce5ac2ac1d6 (diff)
downloadexiftool.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.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index b4b3bd4..464d416 100644
--- a/README.org
+++ b/README.org
@@ -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)}}}