Skip to content
Snippets Groups Projects
Commit 8b55466f authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Fix makefile (again)

parent 2012a504
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@ install: ## Install requirements
.PHONY: secret
secret: ## Link the secret_example.py to secret.py (only in dev mode)
ln -s "$(PWD)/interludes/secret_example.py" interludes/secret.py
$(SECRET): secret
secret $(SECRET):
ln -s "$(PWD)/interludes/secret_example.py" interludes/secret.py
.PHONY: migrate
migrate: $(SECRET) ## Make and run migrations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment