From ad9ee7528d34ce19659a7aa963ada18baebddb0b Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sun, 8 Mar 2020 16:07:14 +0530 Subject: [PATCH] Update build script to reflect new static paths --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a140657..169cf26 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION := $(shell git describe) BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%S%z")) BIN := listmonk -STATIC := config.toml.sample schema.sql queries.sql public email-templates frontend/build:/frontend +STATIC := config.toml.sample schema.sql queries.sql static/public:/public static/email-templates frontend/build:/frontend # Dependencies. .PHONY: deps