demostore:
	protoc --java_out=. schema.proto

all:
	@echo "nothing to do"

clean:
	@echo "nothing to do"

.PHONY: demostore all clean
