mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 21:18:23 +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
|