From dcf4846111a32af8486bcde50f90054b8a756279 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Sat, 16 Mar 2019 16:29:13 -0400 Subject: [PATCH] Fix bug where make build would create circular symlink --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc38edd..aba5a5a 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,5 @@ clean: clean_build web/static/css/dist: mkdir -p web/static/css/dist -web/static/css/dist/bootstrap: node_modules/bootstrap web/static/css/dist +web/static/css/dist/bootstrap: node_modules/bootstrap | web/static/css/dist ln -s $(abspath node_modules/bootstrap/dist/css) web/static/css/dist/bootstrap