me-site/Makefile

13 lines
172 B
Makefile
Raw Normal View History

2022-08-23 02:26:24 +02:00
fmt:
black .
clean:
fd pycache -I -x rm -rv {}
2022-08-25 01:24:43 +02:00
debug:
docker-compose -f docker-compose-debug.yml up -d
debug-stop:
docker-compose -f docker-compose-debug.yml down