From 915ab2fb289eeec350df4e0835ab8c3be9932d5c Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Thu, 14 May 2020 12:30:53 -0300 Subject: [PATCH] Update Makefile --- protobuf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf/Makefile b/protobuf/Makefile index b07ea6a..b361ba1 100644 --- a/protobuf/Makefile +++ b/protobuf/Makefile @@ -9,6 +9,7 @@ all: protoc --python_out=. goal.proto protoc --python_out=. zfiles.proto protoc --python_out=. messages.proto + protoc --python_out=. hash-seeds.proto clean: rm -f *_pb2.py *_pb2.pyc