mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
all:
|
|
python setup.py build
|
|
|
|
install:
|
|
python setup.py install
|
|
|
|
clean:
|
|
rm -rf build pypcp/*.pyc
|