diff --git a/examples/c-operator/.gitignore b/examples/c-operator/.gitignore deleted file mode 100644 index 4eba6870..00000000 --- a/examples/c-operator/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -operator.o -operator.so -api.h diff --git a/examples/c-operator/README.md b/examples/c-operator/README.md deleted file mode 100644 index 7f92d018..00000000 --- a/examples/c-operator/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# C-operator Example - -Build with these steps: - -```bash -cp ../../apis/c/operator/operator_api.h . -clang -c operator.c -clang -shared -v operator.o -o operator.so -```