From a65d8bd580ed8f0f716c675eec9b86bc7e189f47 Mon Sep 17 00:00:00 2001 From: Abigail Gold <5366828+classabbyamp@users.noreply.github.com> Date: Mon, 4 Nov 2019 09:51:07 -0500 Subject: [PATCH] Update Makefile Co-Authored-By: 0x5c <0x5c.dev@gmail.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea665f7..22b5698 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ $(BOTENV)/req_done: requirements.txt $(BOTENV)/success @mkdir ./data # Copying templates -options.py keys.py: +options.py keys.py: | data @echo "\033[34;1m--> Copying template files...\033[0m" @cp -nv ./templates/template_$@ ./data/$@ @touch ./data/$@