I use a makefile in all my applications spanning across multiple languages as a uniform way of booting up my apps
for whatever reason OSX Ventura broke the command "make"
$ make dev
make dev
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
dev:
yarn run dev
Edit
running the following command reveals where make is installed
$ which make
/usr/bin/make
make is a binary file while does not allow me to open
running yarn run dev
on its own works just fine