8 lines
132 B
Makefile
8 lines
132 B
Makefile
|
plugin: maubot.yaml htmlfile.py
|
||
|
zip -9r maubot-htmlfile.zip maubot.yaml htmlfile.py
|
||
|
|
||
|
clean:
|
||
|
rm maubot-htmlfile.zip
|
||
|
|
||
|
all: plugin
|