diff options
| author | INADA Naoki <methane@users.noreply.github.com> | 2018-01-12 19:22:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-12 19:22:36 +0900 |
| commit | 5569a4efcdc913d343eaff4e55c9b19fafde4268 (patch) | |
| tree | 0c05339319e6f63d06eec2056fa23ccd0d8a3050 /Makefile | |
| parent | d9ec8fc905fc9ed37c86700f794adeb883b4f5ea (diff) | |
| download | msgpack-python-5569a4efcdc913d343eaff4e55c9b19fafde4268.tar.gz | |
s/raw_as_bytes/raw/g (#276)
fixes #273
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ serve-doc: all .PHONY: clean clean: rm -rf build - rm msgpack/*.so + rm -f msgpack/_packer.cpp + rm -f msgpack/_unpacker.cpp rm -rf msgpack/__pycache__ rm -rf test/__pycache__ |
