aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-07-02 15:13:52 +0200
committerJakob Odersky <jodersky@gmail.com>2012-07-02 15:13:52 +0200
commite41883026d23ffa00888cf6caba2360d4bead7d9 (patch)
tree0f537edac64b01f80fdf2cdb4a4fe23127185905
parenta18324681121bb6450059cd6b5f63d46b3ac3fe5 (diff)
downloadk8055-e41883026d23ffa00888cf6caba2360d4bead7d9.tar.gz
k8055-e41883026d23ffa00888cf6caba2360d4bead7d9.tar.bz2
k8055-e41883026d23ffa00888cf6caba2360d4bead7d9.zip
modify readme for new makefiles
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18c2a1e..4b8444d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This library provides access to the Velleman K8055 USB Experiment Board for oper
## Build
### Local build
-Run ```make``` or ```make local``` in the project root folder. Products are copied to 'target' directory.
+Run ```make local``` in the project root folder. Products are copied to 'target' directory.
To remove all generated files, run ```make clean```.