diff --git a/cairo1-run/Makefile b/cairo1-run/Makefile index c6d1d58484..7b0faa8ab8 100644 --- a/cairo1-run/Makefile +++ b/cairo1-run/Makefile @@ -13,10 +13,7 @@ TRACES:=$(patsubst $(CAIRO_1_FOLDER)/%.cairo, $(CAIRO_1_FOLDER)/%.trace, $(CAIRO MEMORY:=$(patsubst $(CAIRO_1_FOLDER)/%.cairo, $(CAIRO_1_FOLDER)/%.memory, $(CAIRO_1_PROGRAMS)) deps: - git clone https://github.com/starkware-libs/cairo.git \ - && cd cairo \ - && git checkout v2.6.3 \ - && cd .. \ + git clone --depth=1 -b v2.6.3 https://github.com/starkware-libs/cairo.git \ && mv cairo/corelib/ . \ && rm -rf cairo/