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