We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209ae4c commit 67f81b6Copy full SHA for 67f81b6
Makefile
@@ -122,7 +122,7 @@ sagelib-clean:
122
rm -rf c_lib .cython_version cython_debug; \
123
rm -rf build; find . -name '*.pyc' -o -name "*.so" | xargs rm -f; \
124
rm -f $$(find . -name "*.pyx" | sed 's/\(.*\)[.]pyx$$/\1.c \1.cpp/'); \
125
- rm -rf sage/ext/interpreters) \
+ cd sage/ext/interpreters/; rm -f *.so *.c *.h *.py* *.pxd) \
126
&& (cd "$(SAGE_ROOT)/build/pkgs/sagelib/src/" && rm -rf build); \
127
fi
128
0 commit comments