Browse Source

Remove now-irrelevant makefile

pull/8/head
Joseph Henry 5 years ago
parent
commit
f4234fd1b0
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344
  1. 15
      examples/python/Makefile

15
examples/python/Makefile

@ -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
Loading…
Cancel
Save