Skip to content

Commit db614eb

Browse files
committed
BLD: Tweak to Makefile
1 parent a2a7a5f commit db614eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
clean: clean_pyc
44
-rm -rf build dist
5-
-find . -name '*.so' -exec rm -f {} \;
5+
-find . -name '*.so' -exec rm {} \;
66

77
clean_pyc:
8-
-find . -name '*.pyc' -exec rm -f {} \;
8+
-find . -name '*.pyc' -or -name '*.pyo' -exec rm {} \;
99

1010
tseries: pandas/lib.pyx pandas/tslib.pyx pandas/hashtable.pyx
1111
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)