telegrambot / Makefile
Captain Ezio
Create Makefile
2ba2e04
raw
history blame
201 Bytes
test:
@pre-commit run --all-files
install:
@pip3 install --upgrade pip setuptools wheel
@sleep 3
@pip install -r requirements.txt
run:
@python3 -m alita
clean:
@rm -rf Powers/logs
@pyclean .