mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
5 lines
72 B
Ruby
5 lines
72 B
Ruby
|
|
require 'mkmf'
|
||
|
|
$CFLAGS << " -I.. -Wall -O9"
|
||
|
|
create_makefile('msgpack')
|
||
|
|
|