Skip to content
Snippets Groups Projects

add git submodule

Merged Anton Teplyakov requested to merge feature/add_gitmodules into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
SHELL = bash
SHELL = bash
PROTO_FILES_DIR=./perxis-proto/proto
PROTO_FILES_DIR=./perxis-proto/proto
OUTPUT_FILES_DIR=./
OUTPUT_FILES_DIR=./perxis
help:
help:
@echo "clean - remove all build, test, coverage and Python artifacts"
@echo "clean - remove all build, test, coverage and Python artifacts"
Loading