microsoft / aoai-api-simulator

A sample showing how to create a simulated API implementation for Azure OpenAI (AOAI)
MIT License
10 stars 10 forks source link

Suggestion: Reorder Makefile to Prioritise and Group Rules #25

Closed martinpeck closed 2 months ago

martinpeck commented 2 months ago

I suggest we reorder the Makefile so that the most common commands for someone onboarding are near the top, and then group similar commands with each other.

This will help developers adding/editing the Makefile, plus it'll make the make help prioritise the more useful/important things (and if you're asking for make help then you're probably new to the project).