Skip to content

Commit

Permalink
keep meson.build file for ext/interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Nov 7, 2024
1 parent 209ae4c commit 67f81b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ sagelib-clean:
rm -rf c_lib .cython_version cython_debug; \
rm -rf build; find . -name '*.pyc' -o -name "*.so" | xargs rm -f; \
rm -f $$(find . -name "*.pyx" | sed 's/\(.*\)[.]pyx$$/\1.c \1.cpp/'); \
rm -rf sage/ext/interpreters) \
cd sage/ext/interpreters/; rm -f *.so *.c *.h *.py* *.pxd) \
&& (cd "$(SAGE_ROOT)/build/pkgs/sagelib/src/" && rm -rf build); \
fi

Expand Down

0 comments on commit 67f81b6

Please sign in to comment.