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 -