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