seanhandley/h3_ruby

View on GitHub
ext/h3/Makefile

Summary

Maintainability
Test Coverage
make:
    cd src; cmake . -DBUILD_SHARED_LIBS=true -DBUILD_FILTERS=OFF -DBUILD_BENCHMARKS=OFF; make
install:
    : # do nothing, we'll load the lib directly
clean:
    : # do nothing, cleanup happens when gem uninstalled