diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-11 02:32:39 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-11 02:32:39 -0600 |
commit | 647b19942a1325c99ef208e23b6cd81c83e76dbd (patch) | |
tree | 3f12e6e41407420d26e096d0eda0d5e295b5f598 | |
parent | 5a9431172c3300d4a8e8dec8ac8610e0d4ddd109 (diff) |
fix make/make clean line in INSTALL.md
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index f41cbf42e..9f45ce52a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ which rgbasm git clone https://github.com/kanzure/pokecrystal.git cd pokecrystal -make clean; make +make clean && make ``` # Windows @@ -158,7 +158,7 @@ to. 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 |