summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJoseph Henry <[email protected]>2021-03-12 21:24:26 -0800
committerJoseph Henry <[email protected]>2021-03-12 21:24:26 -0800
commitf4234fd1b0991e3b6027442aaae91ec60bf24035 (patch)
tree6e1e4df338ea29d3643214bd82300676e6b7524a /examples
parent07a5830302d989a2ee7d79778e7b9b4d4404970b (diff)
Remove now-irrelevant makefile
Diffstat (limited to 'examples')
-rw-r--r--examples/python/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/python/Makefile b/examples/python/Makefile
deleted file mode 100644
index 2b7cce3..0000000
--- a/examples/python/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-LIB_OUTPUT_DIR = $(shell cd ../../ && ./build.sh gethosttype)
-
-copy_wrapper_sources:
- cp -f ../../src/bindings/python/*.py .
-
-debug: copy_wrapper_sources
- cd ../../ && ./build.sh host-python "debug"
- cp -f ../../dist/$(LIB_OUTPUT_DIR)-python-debug/lib/*.so .
-
-release: copy_wrapper_sources
- cd ../../ && ./build.sh host-python "release"
- cp -f ../../dist/$(LIB_OUTPUT_DIR)-python-release/lib/*.so .
-
-clean:
- rm -rf *.so libzt.py prototype.py \ No newline at end of file