Skip to content

Commit

Permalink
Merge pull request #30 from d-m-bailey/update_tag
Browse files Browse the repository at this point in the history
git pull won't work on detached HEAD. Added repo and tag.
  • Loading branch information
DavidRLindley authored Dec 10, 2024
2 parents 4ef3ff1 + 8a9f4b7 commit 8a1fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $(LVS_BLOCKS): lvs-% : ./lvs/%/lvs_config.json uncompress check-pdk check-preche
# Update Caravel
.PHONY: update_caravel
update_caravel: check-caravel
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull
cd $(CARAVEL_ROOT)/ && git checkout $(CARAVEL_TAG) && git pull origin $(CARAVEL_TAG)

# Uninstall Caravel
.PHONY: uninstall
Expand Down

0 comments on commit 8a1fa21

Please sign in to comment.