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

git-svn-id: file:///srv/svn/repo/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