We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b3241b + af12b96 commit 1d58bf1Copy full SHA for 1d58bf1
Makefile
@@ -5,7 +5,7 @@ clean: clean_pyc
5
-find . -name '*.so' -exec rm {} \;
6
7
clean_pyc:
8
- -find . -name '*.pyc' -or -name '*.pyo' -exec rm {} \;
+ -find . -name '*.pyc' -exec rm {} \; -or -name '*.pyo' -exec rm {} \;
9
10
tseries: pandas/lib.pyx pandas/tslib.pyx pandas/hashtable.pyx
11
python setup.py build_ext --inplace
0 commit comments