aboutsummaryrefslogtreecommitdiff
path: root/Tupfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 06:00:03 -0700
committerFuwn <[email protected]>2024-06-12 06:03:20 -0700
commit8efcb39ada60dc1ec7362ccb979df2a9445525ea (patch)
tree491f157c8d7b903e143701645b6963e026f3c3f0 /Tupfile
downloadworldserver-protobufs-8efcb39ada60dc1ec7362ccb979df2a9445525ea.tar.xz
worldserver-protobufs-8efcb39ada60dc1ec7362ccb979df2a9445525ea.zip
feat: initial commit
Diffstat (limited to 'Tupfile')
-rw-r--r--Tupfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tupfile b/Tupfile
new file mode 100644
index 0000000..eb2d3e4
--- /dev/null
+++ b/Tupfile
@@ -0,0 +1,3 @@
+BUILD_DIRECTORY = build
+
+: foreach ./*.proto |> protoc --python_out=$(BUILD_DIRECTORY) --proto_path=. -I. %f |> $(BUILD_DIRECTORY)/%B_pb2.py