commit | ad7355139a1bb4bb8e0775c66554be799a03a7b1 | [log] [tgz] |
---|---|---|
author | jeffdi <jeffdi@efabless.com> | Thu Dec 16 11:19:07 2021 -0800 |
committer | jeffdi <jeffdi@efabless.com> | Thu Dec 16 11:19:07 2021 -0800 |
tree | be65e681d203a46c33b865a52a57e92d8c7a48de | |
parent | 298918fa5e2727116a3516c9ad2d3ea3496d8079 [diff] |
remove submodule; update install
diff --git a/Makefile b/Makefile index ab645b4..45270d2 100644 --- a/Makefile +++ b/Makefile
@@ -71,8 +71,7 @@ .PHONY: install install: @echo "Installing $(CARAVEL_NAME).." - @git clone $(CARAVEL_REPO) $(CARAVEL_ROOT) - @cd $(CARAVEL_ROOT); git checkout $(CARAVEL_TAG) + @git clone -b $(CARAVEL_TAG) $(CARAVEL_REPO) $(CARAVEL_ROOT) # Create symbolic links to caravel's main files .PHONY: simlink