all:
	make build
	make install

build:
	zip -r theme.zip .

install:
	mv theme.zip ../../../dist/data/state/plugins/
