Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so (#407)

This commit is contained in:
Alex Willmer 2020-02-14 06:51:19 +00:00 committed by GitHub
parent cd6561db52
commit fcb19a0e1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,8 @@ serve-doc: all
.PHONY: clean
clean:
rm -rf build
rm -f msgpack/_msgpack.cpp
rm -f msgpack/_cmsgpack.cpp
rm -f msgpack/_cmsgpack.*.so
rm -rf msgpack/__pycache__
rm -rf test/__pycache__