ref: 647b19942a1325c99ef208e23b6cd81c83e76dbd
parent: 5a9431172c3300d4a8e8dec8ac8610e0d4ddd109
author: Bryan Bishop <[email protected]>
date: Thu Jan 10 21:32:39 EST 2013
fix make/make clean line in INSTALL.md
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -21,7 +21,7 @@
git clone https://github.com/kanzure/pokecrystal.git
cd pokecrystal
-make clean; make
+make clean && make
```
# Windows
@@ -158,7 +158,7 @@
To build again, you should use the following command:
```bash
-make clean; make
+make clean && make
```
Feel free to ask us on nucleus.kafuka.org #skeetendo if something goes wrong