Sha256: 002fe08e7ea1ce8dd20730edb8a93dbcfccb844508ed5eb91999b1b5911e23da

Contents?: true

Size: 363 Bytes

Versions: 5

Compression:

Stored size: 363 Bytes

Contents

TARGET = libyajl
DLLIB = $(TARGET).bundle
all:
	cd /Users/lamont/git/libyajl2-gem/ext/libyajl2/vendor/yajl/src && make
	cp /Users/lamont/git/libyajl2-gem/ext/libyajl2/vendor/yajl/src/$(DLLIB) .
install:
	cp $(DLLIB) /Users/lamont/git/libyajl2-gem/lib/libyajl2/vendored-libyajl2
clean:
	cd /Users/lamont/git/libyajl2-gem/ext/libyajl2/vendor/yajl/src && make clean

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
libyajl2-0.1.4 ext/libyajl2/Makefile
libyajl2-0.1.3 ext/libyajl2/Makefile
libyajl2-0.1.2 ext/libyajl2/Makefile
libyajl2-0.1.1 ext/libyajl2/Makefile
libyajl2-0.1.0 ext/libyajl2/Makefile