mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
8 lines
139 B
Text
8 lines
139 B
Text
NATIVE_ENABLED = true
|
|
BYTE_ENABLED = true
|
|
|
|
.PHONY: clean
|
|
.SUBDIRS: ocaml proof
|
|
|
|
clean:
|
|
rm -rf *.vo *.glob *~ *.omc .omakedb .omakedb.lock
|