refactor: simplify Makefile
Simplify the Makefile by removing unnecessary variables and commands. This improves readability and maintainability of the Makefile.

- Removed the `MAMBA` variable and replaced all occurrences with `micromamba --yes --name=$(NAME)`
- Removed the `RUN` variable and replaced all occurrences with `poetry run`
- Removed the `POETRY` variable and replaced all occurrences with `poetry`

These changes make the Makefile easier to understand and modify in the future.
1 parent 72ba50d commit 50e6244dbb72588a026f0467f60feae73e5e3778
@liblaf liblaf authored on 18 Nov 2023
Showing 1 changed file
View
Makefile