From 7bf5071bb972791fbb8df2200fab068b93503a54 Mon Sep 17 00:00:00 2001 From: Abigail Gold <5366828+classabbyamp@users.noreply.github.com> Date: Mon, 4 Nov 2019 09:51:17 -0500 Subject: [PATCH] Update Makefile Co-Authored-By: 0x5c <0x5c.dev@gmail.com> --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22b5698..200bc29 100644 --- a/Makefile +++ b/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 -r requirements.txt @touch $(BOTENV)/req_done - @mkdir ./data + +data: + mkdir data # Copying templates options.py keys.py: | data