From 647b19942a1325c99ef208e23b6cd81c83e76dbd Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 11 Jan 2013 02:32:39 -0600 Subject: fix make/make clean line in INSTALL.md --- INSTALL.md | 4 ++-- 1 file 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 -- cgit v1.2.3