summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-26 02:40:01 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-26 16:09:41 +0300
commit3152411f229950bcbb71aad35b707c3890c208e1 (patch)
treee2f16a44fd07c0e3702cea125c085c93f5c7f979 /README.md
parent70a4409e59ad4ca0b376563430aca5f953a55960 (diff)
Fix Makefile semantics
Makefile targets didn't correspond to the widely used ones: - make should build meli instead of showing help - make check should run tests Closes #42
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2900dbf5..12854145 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ to get it on your system can be found here: <https://doc.rust-lang.org/cargo/get
With Cargo available, the project can be built with
```sh
-make meli
+make
```
The resulting binary will then be found under `target/release/meli`