Update Makefile

Co-Authored-By: 0x5c <0x5c.dev@gmail.com>
This commit is contained in:
Abigail Gold 2019-11-04 09:51:17 -05:00 committed by GitHub
parent a65d8bd580
commit 7bf5071bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ $(BOTENV)/req_done: requirements.txt $(BOTENV)/success
pip install ${PIP_OUTPUT} -U pip setuptools wheel; \
pip install ${PIP_OUTPUT} -U -r requirements.txt
@touch $(BOTENV)/req_done
@mkdir ./data
data:
mkdir data
# Copying templates
options.py keys.py: | data