We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f35d2 commit ccff005Copy full SHA for ccff005
Makefile
@@ -47,10 +47,18 @@ clean:
47
$(MAKE) -C $$dir clean; \
48
done
49
rm -rf build
50
- rm -f stgit/*.pyc
51
- rm -f stgit/commands/*.pyc
52
- rm -f TAGS
53
- rm -f stgit/commands/cmdlist.py
+ rm -rf dist
+ rm -f stgit/*.pyc
+ rm -rf stgit/__pycache__
+ rm -f stgit/builtin_version.py
54
+ rm -f stgit/commands/*.pyc
55
+ rm -rf stgit/commands/__pycache__
56
+ rm -f stgit/commands/cmdlist.py
57
+ rm -f stgit/lib/*.pyc
58
+ rm -rf stgit/lib/__pycache__
59
+ rm -f TAGS tags
60
+ rm -f MANIFEST
61
+ rm -f stgit-completion.bash
62
63
tags:
64
ctags -R stgit/*
0 commit comments