Skip to content

Commit

Permalink
Makefile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarni R. Einarsson committed Nov 26, 2019
1 parent 1aeeabd commit 7c06807
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ distclean: clean
@rm -rvf dist/*.*

clean:
@rm -vf sockschain *.pyc */*.pyc */*/*.pyc scripts/breeder.py .SELF
[ -e debian ] && debuild clean || true
@rm -vf sockschain *.py[co] */*.py[co] */*/*.py[co] scripts/breeder.py .SELF
@rm -vf .appver pagekite-tmp.py MANIFEST setup.cfg pagekite_gtk.py
@rm -vrf *.egg-info .header doc/pagekite.1 build/
-debuild clean
@-rm debian
@rm -vrf debian *.egg-info .header doc/pagekite.1 build/

0 comments on commit 7c06807

Please sign in to comment.