Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
f9deaa0f2ee0ef2abc0610aa41397d7b47defd3a
/
.
/
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
)