Skip to content

Commit 6fc7930

Browse files
committed
Cleanup clean target.
1 parent b6fa7ad commit 6fc7930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ all:
1414

1515
clean:
1616
rm -rf \
17-
control *.deb \
17+
*.deb \
1818
setup.py build dist *.egg *.egg-info \
19-
*.pyc \
2019
man/man*/*.html
20+
find . -name \*.pyc -delete
2121

2222
install: install-lib install-man
2323

0 commit comments

Comments
 (0)