Skip to content

Commit 67f81b6

Browse files
committed
keep meson.build file for ext/interpreters
1 parent 209ae4c commit 67f81b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sagelib-clean:
122122
rm -rf c_lib .cython_version cython_debug; \
123123
rm -rf build; find . -name '*.pyc' -o -name "*.so" | xargs rm -f; \
124124
rm -f $$(find . -name "*.pyx" | sed 's/\(.*\)[.]pyx$$/\1.c \1.cpp/'); \
125-
rm -rf sage/ext/interpreters) \
125+
cd sage/ext/interpreters/; rm -f *.so *.c *.h *.py* *.pxd) \
126126
&& (cd "$(SAGE_ROOT)/build/pkgs/sagelib/src/" && rm -rf build); \
127127
fi
128128

0 commit comments

Comments
 (0)