Change project name in Makefile

This commit is contained in:
Glenn Y. Rolland 2020-12-28 02:14:44 +01:00
parent d6c27087a3
commit 21920065f0
1 changed files with 1 additions and 2 deletions

View File

@ -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