Move proto definition to top level.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Tue, 1 Oct 2013 01:19:06 +0000 (21:19 -0400)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Tue, 7 Jan 2014 18:18:09 +0000 (13:18 -0500)
benchmark/proto/generate.sh
openxc.proto [moved from benchmark/proto/openxc.proto with 100% similarity]

index 576b7b1..09400a3 100755 (executable)
@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-protoc -I . --python_out=. openxc.proto
+protoc -I ../.. --python_out=. ../../openxc.proto
similarity index 100%
rename from benchmark/proto/openxc.proto
rename to openxc.proto