Change project name in Makefile
This commit is contained in:
parent
d6c27087a3
commit
21920065f0
1 changed files with 1 additions and 2 deletions
3
Makefile
3
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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue