From 21920065f0ae99fffdfc94f7f3b9125864d551d9 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 28 Dec 2020 02:14:44 +0100 Subject: [PATCH] Change project name in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 87da424..73db521 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GOFILES=$(wildcard *.go) -NAME=musala-push +NAME=kiwimix MJML_TEMPLATES=$(wildcard templates/*.mjml) MJML_OUTPUT=$(patsubst %.mjml,%.mjml.html,$(MJML_TEMPLATES)) @@ -45,4 +45,3 @@ npm: npm install -