FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-python/Makefile at master · talent-source-code/msgpack-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
talent-source-code
/
msgpack-python
Public
forked from
msgpack/msgpack-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-python
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (15 loc) · 320 Bytes
Breadcrumbs
msgpack-python
/
Makefile
Copy path
File metadata and controls
22 lines (15 loc) · 320 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.PHONY
: test all python3
all
: cython
python setup.py build_ext -i -f
doc-serve
: all
cd
docs
&&
make serve
doc
:
cd
docs
&&
make zip
upload-doc
:
python setup.py upload_docs --upload-dir docs/_build/html
cython
:
cython --cplus msgpack/
*
.pyx
python3
: cython
python3 setup.py build_ext -i -f
test
:
py.test
test
Back
|
FazBrowse Home
|
New Git URL