mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-30 05:02:30 -04:00
Update Makefile
Co-Authored-By: 0x5c <0x5c.dev@gmail.com>
This commit is contained in:
parent
a65d8bd580
commit
7bf5071bb9
4
Makefile
4
Makefile
@ -49,7 +49,9 @@ $(BOTENV)/req_done: requirements.txt $(BOTENV)/success
|
|||||||
pip install ${PIP_OUTPUT} -U pip setuptools wheel; \
|
pip install ${PIP_OUTPUT} -U pip setuptools wheel; \
|
||||||
pip install ${PIP_OUTPUT} -U -r requirements.txt
|
pip install ${PIP_OUTPUT} -U -r requirements.txt
|
||||||
@touch $(BOTENV)/req_done
|
@touch $(BOTENV)/req_done
|
||||||
@mkdir ./data
|
|
||||||
|
data:
|
||||||
|
mkdir data
|
||||||
|
|
||||||
# Copying templates
|
# Copying templates
|
||||||
options.py keys.py: | data
|
options.py keys.py: | data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user