mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2025-07-04 20:37:38 +02:00
add swap files to make clean
This commit is contained in:
parent
11abd551d7
commit
25195f9b11
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -4,10 +4,10 @@ test:
|
|||
nosetests-2.7 -s --verbosity=2
|
||||
|
||||
clean:
|
||||
rm -fr build/
|
||||
rm -fr dist/
|
||||
rm -fr build dist
|
||||
rm -fr *.egg-info
|
||||
find . -type f -name "*.pyc" -exec rm '{}' \;
|
||||
find . -name *.pyc -exec rm {} \;
|
||||
find . -name *.swp -exec rm {} \;
|
||||
|
||||
install:
|
||||
python2.7 setup.py install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue