mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
started with python binding
This commit is contained in:
8
bindings/py/Makefile.am
Normal file
8
bindings/py/Makefile.am
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
python setup.py build
|
||||
|
||||
install:
|
||||
python setup.py install
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
Reference in New Issue
Block a user