sholloway / agents-playground

MIT License
4 stars 0 forks source link

Replace Build Script #122

Open sholloway opened 7 months ago

sholloway commented 7 months ago

The Makefile has gotten out of hand. I want:

  1. One make target that does the full install. Currently the process is to manually:

    make env
    make setup
    exit
    make init
    make env
  2. Have targets that support a clean development lifecycle.

  3. Remove old targets that aren't used any more.

I'm sick of dealing venv. I want it to automatically activate for most scenarios.