Update Makefile

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

View File

@ -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/$@