chen/Makefile
yakumo.izuru d1da3a0d57 Reintroduce commands from angel, and take some fixes too
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: https://svn.yakumo.dev/yakumo.izuru/chen/trunk@34 32723744-9b23-0b4a-b1da-9b2e968f9461
2024-04-01 01:23:38 +00:00

11 lines
248 B
Makefile

# $TheSupernovaDuo$
all:
@echo "Commands available"
@echo "=================="
@echo "deps -- fetch and install dependencies"
@echo "format -- format code using python-black"
deps:
pip install --user -r requirements.txt
format:
black main.py