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
+3 -1
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