mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
![]() |
NATIVE_ENABLED = true
|
||
|
BYTE_ENABLED = true
|
||
|
|
||
|
.PHONY: clean
|
||
|
.SUBDIRS: ocaml proof
|
||
|
|
||
|
clean:
|
||
|
rm -rf *.vo *.glob *~ *.omc .omakedb .omakedb.lock
|