Remove update_caravel target.

This commit is contained in:
D. Mitch Bailey 2025-02-10 08:42:08 -08:00
parent 55a1e42afb
commit 48965172f8
1 changed files with 2 additions and 3 deletions

View File

@ -1126,9 +1126,8 @@ __gpio_defaults:
.PHONY: update_caravel .PHONY: update_caravel
update_caravel: update_caravel:
cd caravel/ && \ @echo "The update_caravel target has been removed."
git checkout master && \ @exit 1
git pull
########################################################################### ###########################################################################