Files
keystone-engine-keystone/bindings/ruby/Makefile
T
2016-05-15 00:07:39 +02:00

12 lines
291 B
Makefile

# Ruby binding for Unicorn engine. Sascha Schirra <sashs@scoding.de>
.PHONY: gen_const
install:
$(MAKE) gen_const
C_INCLUDE_PATH=/usr/local/ cd keystone_gem && rake build
cd keystone_gem && gem install --local pkg/keystone-1.0.0.gem
gen_const:
cd .. && python const_generator.py ruby