Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
c47c6a6b8f08912b07990511ca362e26cdaebc80
/
.
/
py.mk
blob: 9669fcefd407c2ac1e8cbc3205355b3c0cf23461 [
file
] [
log
] [
blame
]
PYTHON
?=
python
all
:
$
(
PYTHON
)
setup
.
py build
clean
:
rm
-
rf build
install
:
all
$
(
PYTHON
)
setup
.
py install
--
root
=
$
(
DESTDIR
)
--
prefix
=
$
(
PREFIX
)