mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
5 lines
72 B
Ruby
5 lines
72 B
Ruby
![]() |
require 'mkmf'
|
||
|
$CFLAGS << " -I.. -Wall -O9"
|
||
|
create_makefile('msgpack')
|
||
|
|