fix: default to shell

This commit is contained in:
Lance Vick 2025-03-10 03:01:15 -07:00
parent b03851545e
commit 0f9d1f9118
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.DEFAULT_GOAL := .DEFAULT_GOAL :=
.PHONY: default .PHONY: default
default: out/shell.digest default: shell
.PHONY: models .PHONY: models
models: \ models: \