Commit d77eb1ff authored by Thomas Heller's avatar Thomas Heller

In 'make clean', delete some files that are generated by the _ctypes/libffi

configure step.
parent 0af5d93d
......@@ -974,6 +974,8 @@ clean:
find . -name '*.o' -exec rm -f {} ';'
find . -name '*.s[ol]' -exec rm -f {} ';'
find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
find $(srcdir) -name 'fficonfig.h' -exec rm -f {} ';'
find $(srcdir) -name 'fficonfig.py' -exec rm -f {} ';'
clobber: clean
-rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment