FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
smmap/Makefile at gitpython-issue-251-debugging · gitpython-developers/smmap · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 26, 2026. It is now read-only.
gitpython-developers
/
smmap
Public archive
Notifications
You must be signed in to change notification settings
Fork
30
Star
74
Code
Issues
2
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
smmap
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (26 loc) · 486 Bytes
Breadcrumbs
smmap
/
Makefile
Copy path
File metadata and controls
37 lines (26 loc) · 486 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
23
24
25
26
27
28
29
30
31
32
33
34
35
.PHONY
: build sdist cover test clean-files clean-docs doc all
all
:
$(
info
Possible targets:)
$(
info
doc)
$(
info
clean-docs)
$(
info
clean-files)
$(
info
clean)
$(
info
test)
$(
info
coverage)
$(
info
build)
$(
info
sdist)
doc
:
cd
docs
&&
make html
clean-docs
:
cd
docs
&&
make clean
clean-files
:
git clean -fx
clean
: clean-files clean-docs
test
:
nosetests
coverage
:
nosetests --with-coverage --cover-package=smmap
build
:
./setup.py build
sdist
:
./setup.py sdist
Back
|
FazBrowse Home
|
New Git URL